summaryrefslogtreecommitdiff
path: root/src/touch.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-10 05:21:29 +0000
committerJim Meyering <jim@meyering.net>1994-12-10 05:21:29 +0000
commit651ccf648dd03026ae62ededd4537fd54ffc913d (patch)
tree1a58658e358da53c56d069c29d7fb0d08b5b21c0 /src/touch.c
parent2a242b8989f425bfae48f2336ad440bb12761042 (diff)
downloadcoreutils-651ccf648dd03026ae62ededd4537fd54ffc913d.tar.xz
No longer include <ctype.h>.
Diffstat (limited to 'src/touch.c')
-rw-r--r--src/touch.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/touch.c b/src/touch.c
index 94bc914b4..ca23f9fca 100644
--- a/src/touch.c
+++ b/src/touch.c
@@ -34,7 +34,6 @@
#include <config.h>
#include <stdio.h>
-#include <ctype.h>
#include <getopt.h>
#include <sys/types.h>
#include "system.h"