diff options
author | Max Kellermann <max@duempel.org> | 2014-05-24 12:43:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-05-24 12:43:48 +0200 |
commit | be00737ced8dfe8b36d04b89e686663920417299 (patch) | |
tree | db0f365ec778101ad963fe0af6246d48134bd925 /src/input/plugins/CurlInputPlugin.cxx | |
parent | 07b93dcf8084bcae92fa1f33652723ca9c990db2 (diff) | |
download | mpd-be00737ced8dfe8b36d04b89e686663920417299.tar.gz mpd-be00737ced8dfe8b36d04b89e686663920417299.tar.xz mpd-be00737ced8dfe8b36d04b89e686663920417299.zip |
input/curl: include cleanup
Diffstat (limited to 'src/input/plugins/CurlInputPlugin.cxx')
-rw-r--r-- | src/input/plugins/CurlInputPlugin.cxx | 7 |
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> |