]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
includes: remove inclusion of unused file http_proxy.h
authorDaniel Stenberg <daniel@haxx.se>
Thu, 8 Mar 2012 23:05:24 +0000 (00:05 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 8 Mar 2012 23:05:24 +0000 (00:05 +0100)
lib/imap.c
lib/openldap.c
lib/pop3.c
lib/smtp.c

index 6551190ee03f3d7b63b254b2574e95a2a89e9b46..2aeda785be7970165c4765e60546ba886ced04d8 100644 (file)
@@ -78,7 +78,6 @@
 #include "url.h"
 #include "rawstr.h"
 #include "strtoofft.h"
-#include "http_proxy.h"
 
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
index 3a6c7e341a9af79dbd62866bb39c16fcd8045d7a..3886d0889efc0c4c683377b94b6a3d3165fa7a36 100644 (file)
@@ -46,7 +46,6 @@
 #include "curl_ldap.h"
 #include "curl_memory.h"
 #include "curl_base64.h"
-#include "http_proxy.h"
 
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
index 4009a1fd711af54a8b361024e1091b49275d53ef..4cddba25d5aa1f51218d2514b3bc74013eaaf32a 100644 (file)
@@ -79,7 +79,6 @@
 #include "url.h"
 #include "rawstr.h"
 #include "strtoofft.h"
-#include "http_proxy.h"
 
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>
index 05a685949ca81eed64a2c553345485c326021ca4..a4f14ab1fd3bd98c213f7d49feb273fd37802f13 100644 (file)
@@ -87,7 +87,6 @@
 #include "curl_gethostname.h"
 #include "curl_ntlm_msgs.h"
 #include "warnless.h"
-#include "http_proxy.h"
 
 #define _MPRINTF_REPLACE /* use our functions only */
 #include <curl/mprintf.h>