input/curl: include cleanup

This commit is contained in:
Max Kellermann 2014-05-24 12:43:48 +02:00
parent 07b93dcf80
commit be00737ced

View File

@ -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>