diff --git a/lib/http_proxy.c b/lib/http_proxy.c index e1545ddf4..ac0d18e3c 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -22,11 +22,12 @@ #include "curl_setup.h" +#include "http_proxy.h" + #if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP) #include "urldata.h" #include -#include "http_proxy.h" #include "sendf.h" #include "http.h" #include "url.h"