Moved some #ifdefs down below #include "busybox.h" where they belong.
[oweals/busybox.git] / init.c
diff --git a/init.c b/init.c
index d65220cdd97df72ba4c5649c853b7377a578f705..e7c096d49b397d8b7b863bb1a99b277dbfa60c56 100644 (file)
--- a/init.c
+++ b/init.c
@@ -43,9 +43,6 @@
 #include <sys/types.h>
 #include <sys/wait.h>
 #include "busybox.h"
-#define bb_need_full_version
-#define BB_DECLARE_EXTERN
-#include "messages.c"
 #ifdef BB_SYSLOGD
 # include <sys/syslog.h>
 #endif