diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-01 10:18:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-01 10:18:34 +0000 |
commit | f40bc170b0f8333d04d87c5e466ddf8f1aea63ad (patch) | |
tree | 53520132199330fc5e7e431405035b927eea7b76 /src | |
parent | 98ae1bbb58f96414bbde7106d59e6f3f0e6b56fb (diff) | |
download | coreutils-f40bc170b0f8333d04d87c5e466ddf8f1aea63ad.tar.xz |
Don't include <ctype.h>.
That's already done via system.h.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.c | 1 |
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> |