summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:15:59 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:15:59 +0200
commita39dc445fc0ccf03e22189699e4d6256658536f0 (patch)
tree55deaa806ff86612797ef527dba324659f3e07a9 /system.h
parent0fbf88d34c6d2ba03ebf011d05ada5244636ca02 (diff)
downloadlibrpm-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/system.h b/system.h
index 10a9cf7d1..da006b4a8 100644
--- a/system.h
+++ b/system.h
@@ -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