lib: iov_buf does not need talloc.h anymore
authorVolker Lendecke <vl@samba.org>
Sat, 27 Dec 2014 12:24:13 +0000 (12:24 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 29 Dec 2014 23:25:08 +0000 (00:25 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/iov_buf.h

index ec8290989ac3e712ed2fc70efab7e1d03191cf14..397e906eb47044d0e05d8c29b5c6e3bc8f73521a 100644 (file)
@@ -21,7 +21,6 @@
 #define __LIB_IOV_BUF_H__
 
 #include <unistd.h>
-#include <talloc.h>
 #include <stdint.h>
 
 ssize_t iov_buflen(const struct iovec *iov, int iovlen);