summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-01 10:18:34 +0000
committerJim Meyering <jim@meyering.net>2002-12-01 10:18:34 +0000
commitf40bc170b0f8333d04d87c5e466ddf8f1aea63ad (patch)
tree53520132199330fc5e7e431405035b927eea7b76 /src
parent98ae1bbb58f96414bbde7106d59e6f3f0e6b56fb (diff)
downloadcoreutils-f40bc170b0f8333d04d87c5e466ddf8f1aea63ad.tar.xz
Don't include <ctype.h>.
That's already done via system.h.
Diffstat (limited to 'src')
-rw-r--r--src/dircolors.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dircolors.c b/src/dircolors.c
index bf2b2c2a0..73362e864 100644
--- a/src/dircolors.c
+++ b/src/dircolors.c
@@ -21,7 +21,6 @@
#endif
#include <sys/types.h>
-#include <ctype.h>
#include <getopt.h>
#include <stdio.h>