diff --git a/src/net.cpp b/src/net.cpp index 7e16e2382..66c853915 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -35,8 +35,6 @@ #include #endif -#include -#include #include diff --git a/src/netbase.cpp b/src/netbase.cpp index 87c7abd7c..afa3c3b13 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -16,21 +16,14 @@ #include "util.h" #include "utilstrencodings.h" -#ifdef HAVE_GETADDRINFO_A -#include -#endif #include #ifndef WIN32 -#if HAVE_INET_PTON -#include -#endif #include #endif #include // for to_lower() #include // for startswith() and endswith() -#include #if !defined(HAVE_MSG_NOSIGNAL) && !defined(MSG_NOSIGNAL) #define MSG_NOSIGNAL 0