diff options
author | Jim Meyering <meyering@redhat.com> | 2010-12-24 14:59:06 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-12-24 14:59:06 +0100 |
commit | 01211e9af728a5123b9cced19b7dfdc02b019f5b (patch) | |
tree | 4adc9411ae07ca52ac2b4ac0bf7c54cab2f91d87 /src | |
parent | bc4e77927c6610d856bec90a60da931e33d3abbb (diff) | |
download | coreutils-01211e9af728a5123b9cced19b7dfdc02b019f5b.tar.xz |
maint: avoid syntax-check failure due to unused #include
* src/getlimits.c: Don't include "c-ctype.h"; no longer used.
Diffstat (limited to 'src')
-rw-r--r-- | src/getlimits.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/getlimits.c b/src/getlimits.c index 986a5d730..1eab822fe 100644 --- a/src/getlimits.c +++ b/src/getlimits.c @@ -22,7 +22,6 @@ #include <float.h> #include "system.h" -#include "c-ctype.h" #include "long-options.h" #define PROGRAM_NAME "getlimits" |