summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 14:02:19 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 14:02:19 +0200
commit2553ca2fe32f848c5a328ff996e627cc73249f18 (patch)
tree27251843027164e13ea3d7dd99d8568ac839016e /system.h
parent2753a5e93441320a89b936a91a88a2576ae0db9a (diff)
downloadrpm-2553ca2fe32f848c5a328ff996e627cc73249f18.tar.gz
rpm-2553ca2fe32f848c5a328ff996e627cc73249f18.tar.bz2
rpm-2553ca2fe32f848c5a328ff996e627cc73249f18.zip
Move getopt() portability fiddles out of system.h
- only macro.c needs, no point polluting includes everywhere
Diffstat (limited to 'system.h')
-rw-r--r--system.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index a02ae24b3..bdcb3a762 100644
--- a/system.h
+++ b/system.h
@@ -155,10 +155,6 @@ char *realpath(const char *path, char resolved_path []);
#include <sys/wait.h>
#endif
-#if HAVE_GETOPT_H
-#include <getopt.h>
-#endif
-
#if HAVE_LIMITS_H
#include <limits.h>
#endif