From 100945694a5bfa8216eee63bff21e9dcea374234 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 21 May 2008 21:08:31 +0000 Subject: [PATCH] Removed some duplicated #includes --- lib/connect.c | 3 --- lib/ssh.c | 3 --- 2 files changed, 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 #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 276127f24..1723171c6 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"