libbb.h now includes ../busybox.h. This way, files in libbb that have
[oweals/busybox.git] / chmod.c
diff --git a/chmod.c b/chmod.c
index c3bef4ebe4b915d9a3363fd042bb5cbe08cc8951..5e12e76b9823c937cf6749fa2bc1b9635d970203 100644 (file)
--- a/chmod.c
+++ b/chmod.c
@@ -28,9 +28,6 @@
 #include <unistd.h>
 #include <getopt.h>
 #include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_too_few_args
-#include "messages.c"
 
 
 struct stat *theMode;