diff options
author | Max Kellermann <max@duempel.org> | 2015-07-21 13:56:21 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-07-21 13:56:21 +0200 |
commit | d1b1a8e490415f7b761c50edbfd83218dd177d95 (patch) | |
tree | 189cc31858ccdf3cd79bd275b4caaf5d7152235a /src/net/StaticSocketAddress.hxx | |
parent | 104fe124dfefac9b41d692924e6774209d081f9a (diff) |
net/StaticSocketAddress: include cleanup
Diffstat (limited to 'src/net/StaticSocketAddress.hxx')
-rw-r--r-- | src/net/StaticSocketAddress.hxx | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/net/StaticSocketAddress.hxx b/src/net/StaticSocketAddress.hxx index 72180f0bc..c91231138 100644 --- a/src/net/StaticSocketAddress.hxx +++ b/src/net/StaticSocketAddress.hxx @@ -35,13 +35,6 @@ #include "Compiler.h" #include <assert.h> -#include <stdint.h> - -#ifdef WIN32 -#include <winsock2.h> -#else -#include <sys/socket.h> -#endif /** * An OO wrapper for struct sockaddr_storage. |