diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-19 21:50:46 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-19 22:01:09 +0200 |
commit | 7a54cd041e04f901af5e73b9e57b9cff4e182955 (patch) | |
tree | 86daf7cf50466fa73223a4aca3c980b784bf6544 /source4 | |
parent | 8ee7b4ce29b678ceb34680f556ab1a28a8bea9c5 (diff) | |
download | samba-7a54cd041e04f901af5e73b9e57b9cff4e182955.tar.gz samba-7a54cd041e04f901af5e73b9e57b9cff4e182955.tar.bz2 samba-7a54cd041e04f901af5e73b9e57b9cff4e182955.zip |
Remove unused headers
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/gensec/schannel_sign.c | 6 | ||||
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp.c | 2 | ||||
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp_server.c | 1 | ||||
-rw-r--r-- | source4/auth/ntlmssp/ntlmssp_sign.c | 2 |
4 files changed, 2 insertions, 9 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 } diff --git a/source4/auth/ntlmssp/ntlmssp.c b/source4/auth/ntlmssp/ntlmssp.c index 1388ad4a22..e649bba4db 100644 --- a/source4/auth/ntlmssp/ntlmssp.c +++ b/source4/auth/ntlmssp/ntlmssp.c @@ -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" /** diff --git a/source4/auth/ntlmssp/ntlmssp_server.c b/source4/auth/ntlmssp/ntlmssp_server.c index ddc9d565f7..00d3e56171 100644 --- a/source4/auth/ntlmssp/ntlmssp_server.c +++ b/source4/auth/ntlmssp/ntlmssp_server.c @@ -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" diff --git a/source4/auth/ntlmssp/ntlmssp_sign.c b/source4/auth/ntlmssp/ntlmssp_sign.c index 999f64c304..cf9eab67cd 100644 --- a/source4/auth/ntlmssp/ntlmssp_sign.c +++ b/source4/auth/ntlmssp/ntlmssp_sign.c @@ -20,11 +20,9 @@ */ #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" |