diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-03-09 00:05:24 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-03-09 00:05:24 +0100 |
commit | 2764bf2c5b4076f25e76dd8e64bf52f226ee7c5f (patch) | |
tree | 6e315cfddf60cf0ac6b7cf1d90ac4fff244746cc /lib/openldap.c | |
parent | 41b02378342322aa8e264260057502f4d7493239 (diff) | |
download | curl-2764bf2c5b4076f25e76dd8e64bf52f226ee7c5f.tar.gz |
includes: remove inclusion of unused file http_proxy.h
Diffstat (limited to 'lib/openldap.c')
-rw-r--r-- | lib/openldap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/openldap.c b/lib/openldap.c index 3a6c7e341..3886d0889 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 <curl/mprintf.h> |