s4: ran minimal_includes.pl on source4/auth/ntlmssp
authorAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 04:39:35 +0000 (15:39 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 20 Oct 2009 05:05:07 +0000 (16:05 +1100)
source4/auth/ntlmssp/ntlmssp.c
source4/auth/ntlmssp/ntlmssp_client.c
source4/auth/ntlmssp/ntlmssp_server.c
source4/auth/ntlmssp/ntlmssp_sign.c

index 633199f463b67212f756013f925b400c56f2c57b..f52d02dceb9a61428a39cee09bef22195e92ad6b 100644 (file)
 
 #include "includes.h"
 #include "auth/ntlmssp/ntlmssp.h"
-#include "../librpc/gen_ndr/ntlmssp.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "librpc/gen_ndr/ndr_dcerpc.h"
-#include "auth/credentials/credentials.h"
 #include "auth/gensec/gensec.h"
 #include "auth/gensec/gensec_proto.h"
-#include "param/param.h"
 
 /**
  * Callbacks for NTLMSSP - for both client and server operating modes
index 87794ae04821633ab70792872955344b9fe76480..7aef086c1cd33a38e36536732100f88d8f3be2cf 100644 (file)
@@ -23,7 +23,6 @@
 
 #include "includes.h"
 #include "auth/ntlmssp/ntlmssp.h"
-#include "../librpc/gen_ndr/ntlmssp.h"
 #include "../lib/crypto/crypto.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "auth/credentials/credentials.h"
index a56b21a1a28bbc8d67941f664b5dae765b09f90f..63cbf68e8597afc81ff1afc4fb8c64d1702f1e1f 100644 (file)
 #include "includes.h"
 #include "system/network.h"
 #include "auth/ntlmssp/ntlmssp.h"
-#include "../librpc/gen_ndr/ntlmssp.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "../lib/crypto/crypto.h"
 #include "auth/gensec/gensec.h"
 #include "auth/auth.h"
-#include "auth/ntlm/auth_proto.h"
 #include "param/param.h"
-#include "auth/session_proto.h"
 
 /** 
  * Set a username on an NTLMSSP context - ensures it is talloc()ed 
index 6e5a08c5a1bc9a9d1d2cd06b1af9f214473f2bbf..957d0a8fbc7696ee90fcd600caa4bb4190c88759 100644 (file)
@@ -21,7 +21,6 @@
 
 #include "includes.h"
 #include "auth/ntlmssp/ntlmssp.h"
-#include "../librpc/gen_ndr/ntlmssp.h"
 #include "../libcli/auth/libcli_auth.h"
 #include "../lib/crypto/crypto.h"
 #include "auth/gensec/gensec.h"