]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include <ctype.h>.
authorJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 10:18:34 +0000 (10:18 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 10:18:34 +0000 (10:18 +0000)
That's already done via system.h.

src/dircolors.c

index bf2b2c2a018314f329d07e1151d07f5bf922df55..73362e8645a4f0706ad81c9811392787c0e169db 100644 (file)
@@ -21,7 +21,6 @@
 #endif
 
 #include <sys/types.h>
-#include <ctype.h>
 #include <getopt.h>
 #include <stdio.h>