From: Stefan Metzmacher Date: Thu, 6 Jun 2024 08:38:48 +0000 (+0200) Subject: s3:libsmb: we no longer need libads/kerberos_proto.h in namequery.c X-Git-Tag: tdb-1.4.11~433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1185410a0d717e22b359e11a538a08c0352e8703;p=thirdparty%2Fsamba.git s3:libsmb: we no longer need libads/kerberos_proto.h in namequery.c Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/source3/libsmb/namequery.c b/source3/libsmb/namequery.c index 8f6a9b51f81..9a47f034d38 100644 --- a/source3/libsmb/namequery.c +++ b/source3/libsmb/namequery.c @@ -30,7 +30,6 @@ #include "libsmb/nmblib.h" #include "libsmb/unexpected.h" #include "../libcli/nbt/libnbt.h" -#include "libads/kerberos_proto.h" #include "lib/gencache.h" #include "librpc/gen_ndr/dns.h" #include "lib/util/util_net.h"