From 2764bf2c5b4076f25e76dd8e64bf52f226ee7c5f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Mar 2012 00:05:24 +0100 Subject: [PATCH] includes: remove inclusion of unused file http_proxy.h --- lib/imap.c | 1 - lib/openldap.c | 1 - lib/pop3.c | 1 - lib/smtp.c | 1 - 4 files changed, 4 deletions(-) diff --git a/lib/imap.c b/lib/imap.c index 6551190..2aeda78 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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 diff --git a/lib/openldap.c b/lib/openldap.c index 3a6c7e3..3886d08 100644 --- a/lib/openldap.c +++ b/lib/openldap.c @@ -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 diff --git a/lib/pop3.c b/lib/pop3.c index 4009a1f..4cddba2 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -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 diff --git a/lib/smtp.c b/lib/smtp.c index 05a6859..a4f14ab 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -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 -- 2.7.4