remove include since we don't use struct iovec in this file

This commit is contained in:
Daniel Stenberg 2009-05-26 11:14:07 +02:00
parent 1ffa2cb519
commit 28b08e0b4d

View File

@ -40,11 +40,6 @@
#include "libssh2_priv.h"
#include "misc.h"
/* Needed for struct iovec on some platforms */
#ifdef HAVE_SYS_UIO_H
#include <sys/uio.h>
#endif
static void free_host(LIBSSH2_SESSION *session, struct known_host *entry)
{
if(entry) {