summaryrefslogtreecommitdiff
path: root/lib/tsocket
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2019-03-20 17:26:52 +0100
committerJeremy Allison <jra@samba.org>2019-03-22 18:02:17 +0000
commit9d4bf6bb9dddfc9114eb295516f4bb4fc42edc15 (patch)
treed8d8049d49fb4b9cc52cebb42178cb1a80c0bd1b /lib/tsocket
parent7bea3541256a68dc4ead92780a3c2654dfc7fbee (diff)
downloadsamba-9d4bf6bb9dddfc9114eb295516f4bb4fc42edc15.tar.gz
tsocket: Simplify tsocket.h
tevent.h already includes talloc.h Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/tsocket')
-rw-r--r--lib/tsocket/tsocket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tsocket/tsocket.h b/lib/tsocket/tsocket.h
index ab4cef92bd5..43f8881dbee 100644
--- a/lib/tsocket/tsocket.h
+++ b/lib/tsocket/tsocket.h
@@ -24,7 +24,6 @@
#ifndef _TSOCKET_H
#define _TSOCKET_H
-#include <talloc.h>
#include <tevent.h>
struct tsocket_address;