aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/StaticSocketAddress.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-07-21 13:56:21 +0200
committerMax Kellermann <max@duempel.org>2015-07-21 13:56:21 +0200
commitd1b1a8e490415f7b761c50edbfd83218dd177d95 (patch)
tree189cc31858ccdf3cd79bd275b4caaf5d7152235a /src/net/StaticSocketAddress.hxx
parent104fe124dfefac9b41d692924e6774209d081f9a (diff)
downloadmpd-d1b1a8e490415f7b761c50edbfd83218dd177d95.tar.gz
mpd-d1b1a8e490415f7b761c50edbfd83218dd177d95.tar.xz
mpd-d1b1a8e490415f7b761c50edbfd83218dd177d95.zip
net/StaticSocketAddress: include cleanup
Diffstat (limited to 'src/net/StaticSocketAddress.hxx')
-rw-r--r--src/net/StaticSocketAddress.hxx7
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.