diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 14:02:19 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 14:02:19 +0200 |
commit | 2553ca2fe32f848c5a328ff996e627cc73249f18 (patch) | |
tree | 27251843027164e13ea3d7dd99d8568ac839016e /system.h | |
parent | 2753a5e93441320a89b936a91a88a2576ae0db9a (diff) | |
download | rpm-2553ca2fe32f848c5a328ff996e627cc73249f18.tar.gz |
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.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |