From: Dan Fandrich Date: Wed, 21 May 2008 21:08:31 +0000 (+0000) Subject: Removed some duplicated #includes X-Git-Tag: curl-7_18_2~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=100945694a5bfa8216eee63bff21e9dcea374234;p=thirdparty%2Fcurl.git Removed some duplicated #includes --- diff --git a/lib/connect.c b/lib/connect.c index 74380da1e1..b3928ef1ec 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 276127f24d..1723171c60 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"