From 1175fa04354e27130ddf1e736c786fbd4531619c Mon Sep 17 00:00:00 2001 From: Luke Howard Date: Wed, 11 Aug 2021 19:11:38 +1000 Subject: [PATCH] gss: don't include mech_locl.h in spnego including mech_locl.h in spnego/context_storage.c is unnecessary and breaks the build on Windows --- lib/gssapi/spnego/context_storage.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gssapi/spnego/context_storage.c b/lib/gssapi/spnego/context_storage.c index d1ea927e8..13e20d723 100644 --- a/lib/gssapi/spnego/context_storage.c +++ b/lib/gssapi/spnego/context_storage.c @@ -29,7 +29,6 @@ */ #include "spnego_locl.h" -#include "mech/mech_locl.h" #define SC_MECH_TYPES 0x0001 #define SC_PREFERRED_MECH_TYPE 0x0002