diff options
-rw-r--r-- | editors/sed.c | 4 | ||||
-rw-r--r-- | sed.c | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/editors/sed.c b/editors/sed.c index 707ab9308..f26e6e304 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -51,10 +51,6 @@ | |||
51 | #include <ctype.h> /* for isspace() */ | 51 | #include <ctype.h> /* for isspace() */ |
52 | #include "busybox.h" | 52 | #include "busybox.h" |
53 | 53 | ||
54 | #define bb_need_full_version | ||
55 | #define BB_DECLARE_EXTERN | ||
56 | #include "messages.c" | ||
57 | |||
58 | /* externs */ | 54 | /* externs */ |
59 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
60 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |
@@ -51,10 +51,6 @@ | |||
51 | #include <ctype.h> /* for isspace() */ | 51 | #include <ctype.h> /* for isspace() */ |
52 | #include "busybox.h" | 52 | #include "busybox.h" |
53 | 53 | ||
54 | #define bb_need_full_version | ||
55 | #define BB_DECLARE_EXTERN | ||
56 | #include "messages.c" | ||
57 | |||
58 | /* externs */ | 54 | /* externs */ |
59 | extern int optind; /* in unistd.h */ | 55 | extern int optind; /* in unistd.h */ |
60 | extern char *optarg; /* ditto */ | 56 | extern char *optarg; /* ditto */ |