From f871de0064ee4bd3aee07c5b018f7a6438ec8910 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Fri, 28 Dec 2012 12:40:20 +0100 Subject: build: make use of 76 lib/*.h renamed files 76 private header files renamed to use our standard naming scheme. This change affects 322 files in libcurl's source tree. --- lib/http_proxy.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'lib/http_proxy.c') diff --git a/lib/http_proxy.c b/lib/http_proxy.c index d2e1aa199..6bbc92615 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -20,21 +20,21 @@ * ***************************************************************************/ -#include "setup.h" +#include "curl_setup.h" #if !defined(CURL_DISABLE_PROXY) && !defined(CURL_DISABLE_HTTP) -#include "urldata.h" +#include "curl_urldata.h" #include -#include "http_proxy.h" -#include "sendf.h" -#include "http.h" -#include "url.h" -#include "select.h" -#include "rawstr.h" -#include "progress.h" -#include "non-ascii.h" -#include "connect.h" +#include "curl_http_proxy.h" +#include "curl_sendf.h" +#include "curl_http.h" +#include "curl_url.h" +#include "curl_select.h" +#include "curl_rawstr.h" +#include "curl_progress.h" +#include "curl_non-ascii.h" +#include "curl_connect.h" #define _MPRINTF_REPLACE /* use our functions only */ #include @@ -43,7 +43,7 @@ #include "curl_memory.h" /* The last #include file should be: */ -#include "memdebug.h" +#include "curl_memdebug.h" CURLcode Curl_proxy_connect(struct connectdata *conn) { -- cgit v1.2.3