From: Dan Fandrich Date: Tue, 12 Aug 2008 20:21:40 +0000 (+0000) Subject: Removed unneeded header files X-Git-Tag: cares-1_5_3~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b000b8a7367beab832be213ccbcc9e4d253ef324;p=curl Removed unneeded header files --- diff --git a/lib/ssh.c b/lib/ssh.c index ce6f4f04d..95ce96fe7 100644 --- a/lib/ssh.c +++ b/lib/ssh.c @@ -84,7 +84,6 @@ #include "sendf.h" #include "easyif.h" /* for Curl_convert_... prototypes */ -#include "if2ip.h" #include "hostip.h" #include "progress.h" #include "transfer.h" @@ -101,7 +100,6 @@ #include "strerror.h" #include "memory.h" #include "inet_ntop.h" -#include "select.h" #include "parsedate.h" /* for the week day and month names */ #include "sockaddr.h" /* required for Curl_sockaddr_storage */ #include "multiif.h"