summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-12-27 12:24:13 +0000
committerJeremy Allison <jra@samba.org>2014-12-30 00:25:08 +0100
commitb4ceef0230a13a66e91f33d831a5e77babaef0ed (patch)
treefa9a8742a606db435deaf6306ca4a3a45478761e
parent40a0a90d7f88a3c0cb3e7ef1e8b564497293573f (diff)
downloadsamba-b4ceef0230a13a66e91f33d831a5e77babaef0ed.tar.gz
samba-b4ceef0230a13a66e91f33d831a5e77babaef0ed.tar.xz
samba-b4ceef0230a13a66e91f33d831a5e77babaef0ed.zip
lib: iov_buf does not need talloc.h anymore
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
-rw-r--r--source3/lib/iov_buf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/lib/iov_buf.h b/source3/lib/iov_buf.h
index ec8290989a..397e906eb4 100644
--- a/source3/lib/iov_buf.h
+++ b/source3/lib/iov_buf.h
@@ -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);