diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-05 11:18:07 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-05 11:18:07 +0100 |
commit | 57e63367942cf34c20a7ccec61d6e5c4416b2349 (patch) | |
tree | f1846c42fdfdbdda8c7ce77e0e957f6ea46bc681 | |
parent | 64510fe917be0508bb4fa381af966ece7dfd4775 (diff) | |
download | curl-57e63367942cf34c20a7ccec61d6e5c4416b2349.tar.gz |
email: Removed duplicated header file
-rw-r--r-- | lib/imap.c | 1 | ||||
-rw-r--r-- | lib/pop3.c | 1 | ||||
-rw-r--r-- | lib/smtp.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/lib/imap.c b/lib/imap.c index 42b76fe1b..01f81639c 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -77,7 +77,6 @@ #include "multiif.h" #include "url.h" #include "rawstr.h" -#include "strtoofft.h" #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> diff --git a/lib/pop3.c b/lib/pop3.c index 4e6fbd365..2f67f8f9e 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -82,7 +82,6 @@ #include "multiif.h" #include "url.h" #include "rawstr.h" -#include "strtoofft.h" #include "curl_sasl.h" #define _MPRINTF_REPLACE /* use our functions only */ diff --git a/lib/smtp.c b/lib/smtp.c index f54b67dc0..0924409b7 100644 --- a/lib/smtp.c +++ b/lib/smtp.c @@ -81,7 +81,6 @@ #include "multiif.h" #include "url.h" #include "rawstr.h" -#include "strtoofft.h" #include "curl_gethostname.h" #include "curl_sasl.h" #include "warnless.h" |