Remove unused headers
authorAndrew Bartlett <abartlet@samba.org>
Sun, 19 Apr 2009 19:50:46 +0000 (21:50 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 19 Apr 2009 20:01:09 +0000 (22:01 +0200)
source4/auth/gensec/schannel_sign.c
source4/auth/ntlmssp/ntlmssp.c
source4/auth/ntlmssp/ntlmssp_server.c
source4/auth/ntlmssp/ntlmssp_sign.c

index 9862a029a43aa39bf26eb3b35cad1f8c365ab788..17a0c17d4193fbad35dec1f9a3dfbbeee9ea126e 100644 (file)
 
 #include "includes.h"
 #include "../lib/crypto/crypto.h"
-#include "auth/auth.h"
-#include "auth/gensec/schannel.h"
-#include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
-#include "auth/gensec/schannel_proto.h"
+#include "auth/gensec/gensec_proto.h"
+#include "auth/gensec/schannel.h"
 
 #define NETSEC_SIGN_SIGNATURE { 0x77, 0x00, 0xff, 0xff, 0xff, 0xff, 0x00, 0x00 }
 #define NETSEC_SEAL_SIGNATURE { 0x77, 0x00, 0x7a, 0x00, 0xff, 0xff, 0x00, 0x00 }
index 1388ad4a2242fa229bd5c5ccffe365814320eb07..e649bba4db6262a7ab9810a8197c5a7b6deb1026 100644 (file)
@@ -28,8 +28,6 @@
 #include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 #include "auth/gensec/gensec_proto.h"
-#include "auth/auth.h"
-#include "auth/ntlm/auth_proto.h"
 #include "param/param.h"
 
 /**
index ddc9d565f79771e9dac9365b79f2854ab70087ee..00d3e56171ffbcec439c88c500242e80001c64db 100644 (file)
@@ -26,7 +26,6 @@
 #include "auth/ntlmssp/ntlmssp.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "../lib/crypto/crypto.h"
-#include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 #include "auth/auth.h"
 #include "auth/ntlm/auth_proto.h"
index 999f64c304691d64a1b52e161b6ce76cf8e457e1..cf9eab67cd9d1bb84799baa980465414baec2afe 100644 (file)
  */
 
 #include "includes.h"
-#include "auth/auth.h"
 #include "auth/ntlmssp/ntlmssp.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "../lib/crypto/crypto.h"
-#include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 
 #define CLI_SIGN "session key to client-to-server signing key magic constant"