From 68a5dd58034920ac776b8925cd3825f6981798c8 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Wed, 23 Dec 2009 13:36:29 +0200 Subject: [PATCH] Dont bother including , we dont use anything from there --- configure.ac | 2 +- system.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index a81e6fc..d66c84f 100644 --- a/configure.ac +++ b/configure.ac @@ -379,7 +379,7 @@ AC_CHECK_HEADERS(locale.h) AC_CHECK_HEADERS(limits.h) AC_CHECK_HEADERS(fcntl.h getopt.h memory.h netdb.h pwd.h utime.h) -AC_CHECK_HEADERS(sys/ipc.h sys/socket.h sys/select.h) +AC_CHECK_HEADERS(sys/ipc.h sys/select.h) AC_CHECK_HEADERS(sys/types.h sys/stdtypes.h) AC_CHECK_HEADERS(sys/mman.h sys/utsname.h sys/wait.h) diff --git a/system.h b/system.h index 7c7d403..25573b9 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 -#include -#endif - #if HAVE_POLL_H #include #else -- 2.7.4