aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/sed.c')
-rw-r--r--editors/sed.c4
1 files changed, 0 insertions, 4 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 @@
#include <ctype.h> /* for isspace() */
#include "busybox.h"
-#define bb_need_full_version
-#define BB_DECLARE_EXTERN
-#include "messages.c"
-
/* externs */
extern int optind; /* in unistd.h */
extern char *optarg; /* ditto */