aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-05-24 12:43:48 +0200
committerMax Kellermann <max@duempel.org>2014-05-24 12:43:48 +0200
commitbe00737ced8dfe8b36d04b89e686663920417299 (patch)
treedb0f365ec778101ad963fe0af6246d48134bd925 /src
parent07b93dcf8084bcae92fa1f33652723ca9c990db2 (diff)
downloadmpd-be00737ced8dfe8b36d04b89e686663920417299.tar.gz
mpd-be00737ced8dfe8b36d04b89e686663920417299.tar.xz
mpd-be00737ced8dfe8b36d04b89e686663920417299.zip
input/curl: include cleanup
Diffstat (limited to 'src')
-rw-r--r--src/input/plugins/CurlInputPlugin.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/input/plugins/CurlInputPlugin.cxx b/src/input/plugins/CurlInputPlugin.cxx
index e464a3ce0..337ffc833 100644
--- a/src/input/plugins/CurlInputPlugin.cxx
+++ b/src/input/plugins/CurlInputPlugin.cxx
@@ -40,13 +40,6 @@
#include "Log.hxx"
#include <assert.h>
-
-#if defined(WIN32)
- #include <winsock2.h>
-#else
- #include <sys/select.h>
-#endif
-
#include <string.h>
#include <curl/curl.h>