diff options
Diffstat (limited to 'src/net/download.cpp')
-rw-r--r-- | src/net/download.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/download.cpp b/src/net/download.cpp index 69acb6895..b92385076 100644 --- a/src/net/download.cpp +++ b/src/net/download.cpp @@ -29,8 +29,6 @@ #include "utils/files.h" #include "utils/sdlhelper.h" -#include <curl/curl.h> - #include <zlib.h> #define CURLVERSION_ATLEAST(a, b, c) ((LIBCURL_VERSION_MAJOR > (a)) || \ |