diff options
Diffstat (limited to 'src/client/cl_curl.h')
-rw-r--r-- | src/client/cl_curl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/client/cl_curl.h b/src/client/cl_curl.h index 1b3856fc..a66b97e0 100644 --- a/src/client/cl_curl.h +++ b/src/client/cl_curl.h @@ -28,11 +28,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "../qcommon/q_shared.h" #include "../qcommon/qcommon.h" -#ifdef USE_LOCAL_HEADERS - #include "../libcurl-7.35.0/curl/curl.h" -#else - #include <curl/curl.h> -#endif +#include <curl/curl.h> #ifdef USE_CURL_DLOPEN #ifdef WIN32 |