Another update from Larry:
[oweals/busybox.git] / tr.c
diff --git a/tr.c b/tr.c
index ce15cfdf8bad1341568a74286889ed676f745c7f..ff0f331ffbb565260d96f1a2da7d8aaa37925436 100644 (file)
--- a/tr.c
+++ b/tr.c
@@ -30,9 +30,6 @@
 #include <unistd.h>
 #include <sys/types.h>
 #include "busybox.h"
-#define BB_DECLARE_EXTERN
-#define bb_need_write_error
-#include "messages.c"
 
 static const int ASCII = 0377;