Updates from both Vladimir and Larry
[oweals/busybox.git] / ps.c
diff --git a/ps.c b/ps.c
index 4ce43c47f9f0242d55d57fcb79f41c2776f2f7bb..24f806c4b35d3e5dc45bd23c18e6b1883efa4d88 100644 (file)
--- a/ps.c
+++ b/ps.c
@@ -38,9 +38,6 @@
 #include <string.h>
 #include <sys/ioctl.h>
 #include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_help
-#include "messages.c"
 
 static const int TERMINAL_WIDTH = 79;      /* not 80 in case terminal has linefold bug */