From: Volker Lendecke Date: Tue, 6 Sep 2022 18:52:27 +0000 (+0200) Subject: ntlm_auth: Remove an unused #include X-Git-Tag: talloc-2.4.0~1133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dc8a996a341868091840bdb1479b7a02f2766cd;p=thirdparty%2Fsamba.git ntlm_auth: Remove an unused #include Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 7d17e33c9fe..bec7d681c1e 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -38,7 +38,6 @@ #include "smb_krb5.h" #include "lib/util/tiniparser.h" #include "librpc/gen_ndr/krb5pac.h" -#include "../lib/util/asn1.h" #include "auth/common_auth.h" #include "source3/include/auth.h" #include "source3/auth/proto.h"