diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:15:59 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:15:59 +0200 |
commit | a39dc445fc0ccf03e22189699e4d6256658536f0 (patch) | |
tree | 55deaa806ff86612797ef527dba324659f3e07a9 /system.h | |
parent | 0fbf88d34c6d2ba03ebf011d05ada5244636ca02 (diff) | |
download | librpm-tizen-a39dc445fc0ccf03e22189699e4d6256658536f0.tar.gz librpm-tizen-a39dc445fc0ccf03e22189699e4d6256658536f0.tar.bz2 librpm-tizen-a39dc445fc0ccf03e22189699e4d6256658536f0.zip |
Dont include grp.h from system.h, dont bother checking in configure either
- no much point conditionalizing something we can't live without
- just two places need, no point polluting include space everywhere
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -163,10 +163,6 @@ char *realpath(const char *path, char resolved_path []); #include <getopt.h> #endif -#if HAVE_GRP_H -#include <grp.h> -#endif - #if HAVE_LIMITS_H #include <limits.h> #endif |