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
This commit is contained in:
Luke Howard
2021-08-11 19:11:38 +10:00
parent 0c74bec235
commit 1175fa0435

View File

@@ -29,7 +29,6 @@
*/
#include "spnego_locl.h"
#include "mech/mech_locl.h"
#define SC_MECH_TYPES 0x0001
#define SC_PREFERRED_MECH_TYPE 0x0002