From: Volker Lendecke Date: Wed, 20 Mar 2019 16:26:52 +0000 (+0100) Subject: tsocket: Simplify tsocket.h X-Git-Tag: tdb-1.4.1~635 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d4bf6bb9dddfc9114eb295516f4bb4fc42edc15;p=thirdparty%2Fsamba.git tsocket: Simplify tsocket.h tevent.h already includes talloc.h Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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;