From b0e4ebbbf2a3235077c6d607ef881b6791597087 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 3 Dec 2007 00:52:05 +0000 Subject: Simplify includes --- ot_iovec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ot_iovec.h') diff --git a/ot_iovec.h b/ot_iovec.h index d52a167..d7105bd 100644 --- a/ot_iovec.h +++ b/ot_iovec.h @@ -4,8 +4,6 @@ #ifndef __OT_IOVEC_H__ #define __OT_IOVEC_H__ -#include - void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); void iovec_free( int *iovec_entries, struct iovec **iovector ); -- cgit v1.2.3