]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid syntax-check failure due to unused #include
authorJim Meyering <meyering@redhat.com>
Fri, 24 Dec 2010 13:59:06 +0000 (14:59 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 24 Dec 2010 13:59:06 +0000 (14:59 +0100)
* src/getlimits.c: Don't include "c-ctype.h"; no longer used.

src/getlimits.c

index 986a5d73094b2dc4cbed196783825f5bad7d4359..1eab822fee6743b63e29a181d85f75266d91af90 100644 (file)
@@ -22,7 +22,6 @@
 #include <float.h>
 
 #include "system.h"
-#include "c-ctype.h"
 #include "long-options.h"
 
 #define PROGRAM_NAME "getlimits"