summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:33:47 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 15:33:47 +0200
commit8fe27d49e175412623045bea8d629690be187d6f (patch)
treea9c3c5cee4b33be6df189a0318d02d6e0f3a073c /system.h
parentdd58384ede23bcf9b4c13c5031fa93937093b994 (diff)
downloadrpm-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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/system.h b/system.h
index b04d2ef68..1526446d2 100644
--- a/system.h
+++ b/system.h
@@ -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