summaryrefslogtreecommitdiff
path: root/src/chown.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-10 05:43:18 +0000
committerJim Meyering <jim@meyering.net>1994-12-10 05:43:18 +0000
commitec27c855967d08241e7c47f5f21a66feabc8dc33 (patch)
treebadf37220da2858a16a8c9caec3bb7730c1d2c13 /src/chown.c
parent36a504f60530d1464dd03e12b8a37bd520b6e0aa (diff)
downloadcoreutils-ec27c855967d08241e7c47f5f21a66feabc8dc33.tar.xz
No longer include <ctype.h>.
Diffstat (limited to 'src/chown.c')
-rw-r--r--src/chown.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index 6177a7268..4b4688d8e 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -30,7 +30,6 @@
#include <config.h>
#include <stdio.h>
-#include <ctype.h>
#include <sys/types.h>
#include <pwd.h>
#include <grp.h>