From 6abb880519c365de72bfeb0f85f2d591d0114613 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 26 Dec 2011 15:01:41 +1100 Subject: s3-auth remove unused ntlmssp.h Signed-off-by: Stefan Metzmacher --- source3/auth/auth_generic.c | 1 - source3/smbd/seal.c | 1 - 2 files changed, 2 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" diff --git a/source3/smbd/seal.c b/source3/smbd/seal.c index 4c0ca82e47..042ed97e0d 100644 --- a/source3/smbd/seal.c +++ b/source3/smbd/seal.c @@ -21,7 +21,6 @@ #include "smbd/smbd.h" #include "smbd/globals.h" #include "../libcli/auth/spnego.h" -#include "../auth/ntlmssp/ntlmssp.h" #include "../libcli/smb/smb_seal.h" #include "../lib/util/asn1.h" #include "auth.h" -- cgit