From 67ee4ec9015592c8447955356adfcbb1bf473e32 Mon Sep 17 00:00:00 2001 From: Cory Fields Date: Tue, 27 Dec 2016 17:13:51 -0500 Subject: net: misc header cleanups --- src/net.cpp | 2 -- src/netbase.cpp | 7 ------- 2 files changed, 9 deletions(-) diff --git a/src/net.cpp b/src/net.cpp index 7e16e2382f..66c8539154 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 87c7abd7c1..afa3c3b13e 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 -- cgit v1.2.3