From: Volker Lendecke Date: Fri, 12 Apr 2019 13:03:12 +0000 (+0200) Subject: libcli: Remove an unnecessary #include X-Git-Tag: tdb-1.4.1~218 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7738a5380fa7ff2fee49da83044d67e6c0c5c3b5;p=thirdparty%2Fsamba.git libcli: Remove an unnecessary #include Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source4/libcli/resolve/dns_ex.c b/source4/libcli/resolve/dns_ex.c index a6863aed59e..2a4bf4c03ee 100644 --- a/source4/libcli/resolve/dns_ex.c +++ b/source4/libcli/resolve/dns_ex.c @@ -31,7 +31,6 @@ */ #include "includes.h" -#include "lib/events/events.h" #include "system/network.h" #include "system/filesys.h" #include "lib/socket/socket.h"