From 16e463e16900822d29fa57dd210cff2be5933402 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Dec 2011 14:57:02 +1100 Subject: s3-auth Remove ntlmssp_wrap.h which is no longer required Signed-off-by: Stefan Metzmacher --- source3/auth/auth_generic.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/auth/auth_generic.c') diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index cd4b764e85..03e3463803 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -23,7 +23,6 @@ #include "includes.h" #include "auth.h" #include "../auth/ntlmssp/ntlmssp.h" -#include "ntlmssp_wrap.h" #include "../librpc/gen_ndr/netlogon.h" #include "../librpc/gen_ndr/dcerpc.h" #include "../lib/tsocket/tsocket.h" -- cgit