diff options
-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" |