From b4ceef0230a13a66e91f33d831a5e77babaef0ed Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 27 Dec 2014 12:24:13 +0000 Subject: [PATCH] lib: iov_buf does not need talloc.h anymore Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- source3/lib/iov_buf.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/lib/iov_buf.h b/source3/lib/iov_buf.h index ec8290989ac..397e906eb47 100644 --- a/source3/lib/iov_buf.h +++ b/source3/lib/iov_buf.h @@ -21,7 +21,6 @@ #define __LIB_IOV_BUF_H__ #include -#include #include ssize_t iov_buflen(const struct iovec *iov, int iovlen);