]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
No longer include <ctype.h>.
authorJim Meyering <jim@meyering.net>
Sat, 10 Dec 1994 05:21:29 +0000 (05:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Dec 1994 05:21:29 +0000 (05:21 +0000)
src/touch.c

index 94bc914b4f0a6e584b659b572675e9438e9633c1..ca23f9fca64e9be51f70aa1112f0f6a1ab891989 100644 (file)
@@ -34,7 +34,6 @@
 
 #include <config.h>
 #include <stdio.h>
-#include <ctype.h>
 #include <getopt.h>
 #include <sys/types.h>
 #include "system.h"