diff options
-rw-r--r-- | src/httpserver.cpp | 7 | ||||
-rw-r--r-- | src/net.h | 5 |
2 files changed, 0 insertions, 12 deletions
diff --git a/src/httpserver.cpp b/src/httpserver.cpp index 1e5ea2de83..0a8e58ab67 100644 --- a/src/httpserver.cpp +++ b/src/httpserver.cpp @@ -33,13 +33,6 @@ #include <support/events.h> -#ifdef EVENT__HAVE_NETINET_IN_H -#include <netinet/in.h> -#ifdef _XOPEN_SOURCE_EXTENDED -#include <arpa/inet.h> -#endif -#endif - /** Maximum size of http request (request line + headers) */ static const size_t MAX_HEADERS_SIZE = 8192; @@ -33,11 +33,6 @@ #include <memory> #include <condition_variable> -#ifndef WIN32 -#include <arpa/inet.h> -#endif - - class CScheduler; class CNode; class BanMan; |