summaryrefslogtreecommitdiffstats
path: root/modules/http/http_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/http/http_core.c')
-rw-r--r--modules/http/http_core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/http/http_core.c b/modules/http/http_core.c
index 5f3956b9d7..6ad101bca5 100644
--- a/modules/http/http_core.c
+++ b/modules/http/http_core.c
@@ -87,13 +87,6 @@
#include "mod_core.h"
-#ifdef HAVE_SYS_SOCKET_H
-#include <sys/socket.h>
-#endif
-#ifdef HAVE_ARPA_INET_H
-#include <arpa/inet.h>
-#endif
-
/* LimitXMLRequestBody handling */
#define AP_LIMIT_UNSET ((long) -1)