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 bf2b2c2..73362e8 100644 (file)
@@ -21,7 +21,6 @@
 #endif
 
 #include <sys/types.h>
-#include <ctype.h>
 #include <getopt.h>
 #include <stdio.h>