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 986a5d7..1eab822 100644 (file)
@@ -22,7 +22,6 @@
 #include <float.h>
 
 #include "system.h"
-#include "c-ctype.h"
 #include "long-options.h"
 
 #define PROGRAM_NAME "getlimits"