diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:33:47 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 15:33:47 +0200 |
commit | 8fe27d49e175412623045bea8d629690be187d6f (patch) | |
tree | a9c3c5cee4b33be6df189a0318d02d6e0f3a073c /system.h | |
parent | dd58384ede23bcf9b4c13c5031fa93937093b994 (diff) | |
download | rpm-8fe27d49e175412623045bea8d629690be187d6f.tar.gz rpm-8fe27d49e175412623045bea8d629690be187d6f.tar.bz2 rpm-8fe27d49e175412623045bea8d629690be187d6f.zip |
Move <ctype.h> include out of system.h to the places that need it
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -67,8 +67,6 @@ char * stpncpy(char * dest, const char * src, size_t n); # endif /* HAVE_NDIR_H */ #endif /* HAVE_DIRENT_H */ -#include <ctype.h> - #if HAVE_LIMITS_H #include <limits.h> #endif |