Another update from Larry:
[oweals/busybox.git] / gunzip.c
index b4edb25ac19fb502fcf727919bf7673406c11b54..db5f6ee556dbb79a5cf8666c94ea68e700d34c88 100644 (file)
--- a/gunzip.c
+++ b/gunzip.c
@@ -65,10 +65,6 @@ static char *license_msg[] = {
 #include <unistd.h>
 #include <getopt.h>
 #include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_memory_exhausted
-#define bb_need_name_too_long
-#include "messages.c"
 
 extern int gunzip_main(int argc, char **argv)
 {