]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Don't include <string.h> or <ctype.h>.
authorJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 09:49:01 +0000 (09:49 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 1 Dec 2002 09:49:01 +0000 (09:49 +0000)
That's already done via system.h.

src/stat.c

index 95a453e541d7fa1b8e07d53569727de7c1e9891c..2204eb91818f5e2b29092ccda1d7199ef8e514be 100644 (file)
@@ -43,9 +43,6 @@
 # endif
 #endif
 
-#include <string.h>
-#include <ctype.h>
-
 #include "system.h"
 
 #include "closeout.h"