diff options
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r-- | coreutils/wc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c index 4b76e54..973929e 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c @@ -44,8 +44,6 @@ #include "busybox.h" #ifdef CONFIG_LOCALE_SUPPORT -#include <locale.h> -#include <ctype.h> #define isspace_given_isprint(c) isspace(c) #else #undef isspace |