diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-26 14:57:02 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 17:17:28 +0100 |
commit | 16e463e16900822d29fa57dd210cff2be5933402 (patch) | |
tree | 00f154b084f2a8c9559d6a174ee4b6f836c8f18c /source3/auth | |
parent | 3042e38d519411e774e110b16a2eeeaef4b25a65 (diff) | |
download | samba-16e463e16900822d29fa57dd210cff2be5933402.tar.gz samba-16e463e16900822d29fa57dd210cff2be5933402.tar.bz2 samba-16e463e16900822d29fa57dd210cff2be5933402.zip |
s3-auth Remove ntlmssp_wrap.h which is no longer required
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_generic.c | 1 | ||||
-rw-r--r-- | source3/auth/auth_ntlmssp.c | 1 |
2 files changed, 0 insertions, 2 deletions
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" diff --git a/source3/auth/auth_ntlmssp.c b/source3/auth/auth_ntlmssp.c index f2b7fa4a19..7a23a927ef 100644 --- a/source3/auth/auth_ntlmssp.c +++ b/source3/auth/auth_ntlmssp.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" |