summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:36:29 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-12-23 13:36:29 +0200
commit68a5dd58034920ac776b8925cd3825f6981798c8 (patch)
treeef13a0307fe88ce2f869c3c3cef2237035ef32b2 /system.h
parentdf3e1ce0cdc426d12c17798ce1490f06a6809b74 (diff)
downloadrpm-68a5dd58034920ac776b8925cd3825f6981798c8.tar.gz
rpm-68a5dd58034920ac776b8925cd3825f6981798c8.tar.bz2
rpm-68a5dd58034920ac776b8925cd3825f6981798c8.zip
Dont bother including <sys/socket.h>, we dont use anything from there
Diffstat (limited to 'system.h')
-rw-r--r--system.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/system.h b/system.h
index 7c7d40329..25573b9d8 100644
--- a/system.h
+++ b/system.h
@@ -304,11 +304,6 @@ extern int setenv(const char *name, const char *value, int replace);
extern void unsetenv(const char *name);
#endif
-#if HAVE_SYS_SOCKET_H
-#include <sys/types.h>
-#include <sys/socket.h>
-#endif
-
#if HAVE_POLL_H
#include <poll.h>
#else