diff --git a/src/knownhost.c b/src/knownhost.c index 2ac4795..601dd7d 100644 --- a/src/knownhost.c +++ b/src/knownhost.c @@ -40,11 +40,6 @@ #include "libssh2_priv.h" #include "misc.h" -/* Needed for struct iovec on some platforms */ -#ifdef HAVE_SYS_UIO_H -#include -#endif - static void free_host(LIBSSH2_SESSION *session, struct known_host *entry) { if(entry) {