diff options
Diffstat (limited to 'coreutils/tr.c')
-rw-r--r-- | coreutils/tr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/tr.c b/coreutils/tr.c index ce15cfdf8..ff0f331ff 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -30,9 +30,6 @@ | |||
30 | #include <unistd.h> | 30 | #include <unistd.h> |
31 | #include <sys/types.h> | 31 | #include <sys/types.h> |
32 | #include "busybox.h" | 32 | #include "busybox.h" |
33 | #define BB_DECLARE_EXTERN | ||
34 | #define bb_need_write_error | ||
35 | #include "messages.c" | ||
36 | 33 | ||
37 | static const int ASCII = 0377; | 34 | static const int ASCII = 0377; |
38 | 35 | ||