summaryrefslogtreecommitdiff
path: root/source4/auth/gensec
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-04-19 21:50:46 +0200
committerAndrew Bartlett <abartlet@samba.org>2009-04-19 22:01:09 +0200
commit7a54cd041e04f901af5e73b9e57b9cff4e182955 (patch)
tree86daf7cf50466fa73223a4aca3c980b784bf6544 /source4/auth/gensec
parent8ee7b4ce29b678ceb34680f556ab1a28a8bea9c5 (diff)
downloadsamba-7a54cd041e04f901af5e73b9e57b9cff4e182955.tar.gz
samba-7a54cd041e04f901af5e73b9e57b9cff4e182955.tar.bz2
samba-7a54cd041e04f901af5e73b9e57b9cff4e182955.zip
Remove unused headers
Diffstat (limited to 'source4/auth/gensec')
-rw-r--r--source4/auth/gensec/schannel_sign.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source4/auth/gensec/schannel_sign.c b/source4/auth/gensec/schannel_sign.c
index 9862a029a4..17a0c17d41 100644
--- a/source4/auth/gensec/schannel_sign.c
+++ b/source4/auth/gensec/schannel_sign.c
@@ -22,11 +22,9 @@
#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 }