diff options
author | Max Kellermann <max@musicpd.org> | 2019-07-05 09:59:00 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2019-07-05 09:59:58 +0200 |
commit | d663f814202c10d32d50dec26c14d5d448a21f36 (patch) | |
tree | 790ae3557406a3e5869feb141bfcc0e0743c3301 /src/net/StaticSocketAddress.cxx | |
parent | 9cdebc90a00a63bbfd2525abc3cec002c4efda81 (diff) |
include cleanups (powered by iwyu)
Diffstat (limited to 'src/net/StaticSocketAddress.cxx')
-rw-r--r-- | src/net/StaticSocketAddress.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/net/StaticSocketAddress.cxx b/src/net/StaticSocketAddress.cxx index ba7b06a15..ee20d8070 100644 --- a/src/net/StaticSocketAddress.cxx +++ b/src/net/StaticSocketAddress.cxx @@ -37,14 +37,6 @@ #include <string.h> -#ifdef HAVE_TCP -#ifdef _WIN32 -#include <ws2tcpip.h> -#else -#include <netinet/in.h> -#endif -#endif - StaticSocketAddress & StaticSocketAddress::operator=(SocketAddress other) noexcept { |