diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:36:29 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-12-23 13:36:29 +0200 |
commit | 68a5dd58034920ac776b8925cd3825f6981798c8 (patch) | |
tree | ef13a0307fe88ce2f869c3c3cef2237035ef32b2 /system.h | |
parent | df3e1ce0cdc426d12c17798ce1490f06a6809b74 (diff) | |
download | librpm-tizen-68a5dd58034920ac776b8925cd3825f6981798c8.tar.gz librpm-tizen-68a5dd58034920ac776b8925cd3825f6981798c8.tar.bz2 librpm-tizen-68a5dd58034920ac776b8925cd3825f6981798c8.zip |
Dont bother including <sys/socket.h>, we dont use anything from there
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |