libbb.h now includes ../busybox.h. This way, files in libbb that have
[oweals/busybox.git] / busybox.c
index 9db26df271858d6f1fa070b26a2d8bb1bc39feae..b4939e19d319a5dea4a3fbea596e7317921ec70f 100644 (file)
--- a/busybox.c
+++ b/busybox.c
@@ -5,11 +5,6 @@
 #include <errno.h>
 #include <stdlib.h>
 #include "busybox.h"
-
-#define bb_need_full_version
-#define BB_DECLARE_EXTERN
-#include "messages.c"
-
 #ifdef BB_LOCALE_SUPPORT
 #include <locale.h>
 #endif