summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:40:10 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:40:10 +0200
commit2753a5e93441320a89b936a91a88a2576ae0db9a (patch)
treed45512232c6de105f7289cfa9b8ae4b538199b00 /system.h
parent68a5dd58034920ac776b8925cd3825f6981798c8 (diff)
downloadrpm-2753a5e93441320a89b936a91a88a2576ae0db9a.tar.gz
rpm-2753a5e93441320a89b936a91a88a2576ae0db9a.tar.bz2
rpm-2753a5e93441320a89b936a91a88a2576ae0db9a.zip
Dont include <pwd.h> from system.h, dont bother checking for it either
- no much point conditionalizing something we can't live without - just three 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 25573b9d8..a02ae24b3 100644
--- a/system.h
+++ b/system.h
@@ -240,10 +240,6 @@ extern const char *__progname;
#include <netdb.h>
#endif
-#if HAVE_PWD_H
-#include <pwd.h>
-#endif
-
/* Take care of NLS matters. */
#if HAVE_LOCALE_H