summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-12-01 09:49:01 +0000
committerJim Meyering <jim@meyering.net>2002-12-01 09:49:01 +0000
commitcb173ced294a87a4bef32435e9ff72aba3327226 (patch)
tree0945164dfa11b23cbdcdfb2596527fc58237a389 /src
parent275bdd39664b6fe540e2630e64ba699be314de30 (diff)
downloadcoreutils-cb173ced294a87a4bef32435e9ff72aba3327226.tar.xz
Don't include <string.h> or <ctype.h>.
That's already done via system.h.
Diffstat (limited to 'src')
-rw-r--r--src/stat.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/stat.c b/src/stat.c
index 95a453e54..2204eb918 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -43,9 +43,6 @@
# endif
#endif
-#include <string.h>
-#include <ctype.h>
-
#include "system.h"
#include "closeout.h"