diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-12 20:21:40 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-12 20:21:40 +0000 |
commit | b000b8a7367beab832be213ccbcc9e4d253ef324 (patch) | |
tree | 793d12991728bfb13161fcc2b339b7c6b8920214 | |
parent | 7eab7fa3534c9ba82b45752e3726a7f1a4645e0d (diff) |
Removed unneeded header files
-rw-r--r-- | lib/ssh.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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" |