aboutsummaryrefslogtreecommitdiff
path: root/coreutils/wc.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/wc.c')
-rw-r--r--coreutils/wc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/wc.c b/coreutils/wc.c
index 4b76e5499..973929ebe 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