From 28b08e0b4d6fd6be489a922048aa0d64ae5e6707 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 26 May 2009 11:14:07 +0200 Subject: [PATCH] remove include since we don't use struct iovec in this file --- src/knownhost.c | 5 ----- 1 file changed, 5 deletions(-) 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) {