diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/patch.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <stdlib.h> #include <unistd.h> #include "busybox.h" -#include "libbb.h" static int copy_lines(FILE *src_stream, FILE *dest_stream, const unsigned int lines_count) { |