From: Stefan Metzmacher Date: Tue, 27 Feb 2024 15:49:24 +0000 (+0100) Subject: s3:libads: remove unused include of gensec_internal.h X-Git-Tag: tdb-1.4.11~966 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e975ae9833544c2132ffab550e86c2ec576e995;p=thirdparty%2Fsamba.git s3:libads: remove unused include of gensec_internal.h Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/source3/libads/authdata.c b/source3/libads/authdata.c index 10adc3ee8a9..f9ddd630c33 100644 --- a/source3/libads/authdata.c +++ b/source3/libads/authdata.c @@ -30,7 +30,6 @@ #include "lib/param/param.h" #include "librpc/crypto/gse.h" #include "auth/gensec/gensec.h" -#include "auth/gensec/gensec_internal.h" /* TODO: remove this */ #include "../libcli/auth/spnego.h" #include "lib/util/asn1.h"