diff --git a/lib/connect.c b/lib/connect.c index 74380da1e149e9708a506a192699605fc6bd5ede..b3928ef1ecff690671b258578064f82dfc496afe 100644 --- a/lib/connect.c +++ b/lib/connect.c @@ -52,9 +52,6 @@ #ifdef HAVE_FCNTL_H #include #endif -#ifdef HAVE_NETINET_IN_H -#include -#endif #ifdef HAVE_ARPA_INET_H #include #endif diff --git a/lib/ssh.c b/lib/ssh.c index 276127f24d3a94bc1faddb572b268fe6d9d6fe15..1723171c601445ea01c832e4a2e7de30c2354fa6 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -113,9 +113,6 @@ #define _MPRINTF_REPLACE /* use our functions only */ #include -#define _MPRINTF_REPLACE /* use our functions only */ -#include - /* The last #include file should be: */ #ifdef CURLDEBUG #include "memdebug.h"