aboutsummaryrefslogtreecommitdiff
path: root/lib/pop3.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-03-09 00:05:24 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-03-09 00:05:24 +0100
commit2764bf2c5b4076f25e76dd8e64bf52f226ee7c5f (patch)
tree6e315cfddf60cf0ac6b7cf1d90ac4fff244746cc /lib/pop3.c
parent41b02378342322aa8e264260057502f4d7493239 (diff)
includes: remove inclusion of unused file http_proxy.h
Diffstat (limited to 'lib/pop3.c')
-rw-r--r--lib/pop3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index 4009a1fd7..4cddba25d 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 <curl/mprintf.h>