diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-26 15:01:41 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 17:17:29 +0100 |
commit | 6abb880519c365de72bfeb0f85f2d591d0114613 (patch) | |
tree | 9a320ef5ee5da7eff3605a2522731307330b8c5f /source3/auth | |
parent | 16e463e16900822d29fa57dd210cff2be5933402 (diff) | |
download | samba-6abb880519c365de72bfeb0f85f2d591d0114613.tar.gz samba-6abb880519c365de72bfeb0f85f2d591d0114613.tar.bz2 samba-6abb880519c365de72bfeb0f85f2d591d0114613.zip |
s3-auth remove unused ntlmssp.h
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/auth')
-rw-r--r-- | source3/auth/auth_generic.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/auth/auth_generic.c b/source3/auth/auth_generic.c index 03e3463803..9fa1cbc525 100644 --- a/source3/auth/auth_generic.c +++ b/source3/auth/auth_generic.c @@ -22,7 +22,6 @@ #include "includes.h" #include "auth.h" -#include "../auth/ntlmssp/ntlmssp.h" #include "../librpc/gen_ndr/netlogon.h" #include "../librpc/gen_ndr/dcerpc.h" #include "../lib/tsocket/tsocket.h" |