From ba248206fe50b4b905e220cdb68f4959593c17e7 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Thu, 6 Oct 2005 15:18:09 +0000 Subject: change strange depend to libbb.h, but require busybox.h --- editors/patch.c | 1 - 1 file changed, 1 deletion(-) (limited to 'editors') diff --git a/editors/patch.c b/editors/patch.c index 59b70210f..980c37f40 100644 --- a/editors/patch.c +++ b/editors/patch.c @@ -39,7 +39,6 @@ #include #include #include "busybox.h" -#include "libbb.h" static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count) { -- cgit v1.2.3