summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 11:26:14 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 11:26:14 +0200
commit5c084f842ae21d861818a33922b5c77cb17ad8e4 (patch)
treecbe49d97a32acbaf7e8695392685d4020b8f2688 /system.h
parente9df6383be6b95621250c7258909587098d70999 (diff)
downloadrpm-5c084f842ae21d861818a33922b5c77cb17ad8e4.tar.gz
rpm-5c084f842ae21d861818a33922b5c77cb17ad8e4.tar.bz2
rpm-5c084f842ae21d861818a33922b5c77cb17ad8e4.zip
Unconditionally include <netdb.h> where needed instead of system.h
- there's no fallback for missing netdb.h so there's little point conditionalizing it - avoid yet more system.h pollution
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 a5a255863..fd92b3095 100644
--- a/system.h
+++ b/system.h
@@ -205,10 +205,6 @@ typedef void * cap_t;
#endif
extern const char *__progname;
-#if HAVE_NETDB_H
-#include <netdb.h>
-#endif
-
/* Take care of NLS matters. */
#if HAVE_LOCALE_H