From 9d4bf6bb9dddfc9114eb295516f4bb4fc42edc15 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 20 Mar 2019 17:26:52 +0100 Subject: [PATCH] tsocket: Simplify tsocket.h tevent.h already includes talloc.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- lib/tsocket/tsocket.h | 1 - 1 file changed, 1 deletion(-) 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 #include struct tsocket_address; -- 2.11.4.GIT