diff options
author | Jim Meyering <jim@meyering.net> | 1994-12-10 05:43:18 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1994-12-10 05:43:18 +0000 |
commit | ec27c855967d08241e7c47f5f21a66feabc8dc33 (patch) | |
tree | badf37220da2858a16a8c9caec3bb7730c1d2c13 /src | |
parent | 36a504f60530d1464dd03e12b8a37bd520b6e0aa (diff) | |
download | coreutils-ec27c855967d08241e7c47f5f21a66feabc8dc33.tar.xz |
No longer include <ctype.h>.
Diffstat (limited to 'src')
-rw-r--r-- | src/chown.c | 1 |
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> |