diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-05-21 21:08:31 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-05-21 21:08:31 +0000 |
commit | 100945694a5bfa8216eee63bff21e9dcea374234 (patch) | |
tree | 9d57308e1a644030744364be823355d0b58dfe71 /lib | |
parent | abe2e6ecf7fbeb8aa04c0e83525891e7863651cc (diff) |
Removed some duplicated #includes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/connect.c | 3 | ||||
-rw-r--r-- | lib/ssh.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/lib/connect.c b/lib/connect.c index 74380da1e..b3928ef1e 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -52,9 +52,6 @@ #ifdef HAVE_FCNTL_H #include <fcntl.h> #endif -#ifdef HAVE_NETINET_IN_H -#include <netinet/in.h> -#endif #ifdef HAVE_ARPA_INET_H #include <arpa/inet.h> #endif @@ -113,9 +113,6 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include <curl/mprintf.h> -#define _MPRINTF_REPLACE /* use our functions only */ -#include <curl/mprintf.h> - /* The last #include file should be: */ #ifdef CURLDEBUG #include "memdebug.h" |