diff options
-rw-r--r-- | source3/auth/auth_generic.c | 1 | ||||
-rw-r--r-- | source3/smbd/seal.c | 1 |
2 files changed, 0 insertions, 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" |