summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-05-05 00:54:56 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-17 09:18:24 +0200
commit40e731311ad1c7ba1dce97519bfcda97f93080a7 (patch)
tree273ee39a96aa075def154b5646b4cc0763435a4b
parent9c18dd63b77290bc587b9a43af7587a0aab7faca (diff)
downloadsamba-40e731311ad1c7ba1dce97519bfcda97f93080a7.tar.gz
samba-40e731311ad1c7ba1dce97519bfcda97f93080a7.tar.xz
samba-40e731311ad1c7ba1dce97519bfcda97f93080a7.zip
s3-rpc_client: run minimal_includes.pl.
Guenther (cherry picked from commit bd92826aa837f56119153b93cfce7f843e567896) (cherry picked from commit a68a7dfedd72cb97e98069ed0cc9d53dedb0b4ac)
-rw-r--r--source3/rpc_client/cli_pipe.c1
-rw-r--r--source3/rpc_client/cli_winreg_int.c1
-rw-r--r--source3/rpc_client/rpc_transport_sock.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index b1fc4bf1d73..17f8f013a70 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -25,7 +25,6 @@
#include "../librpc/gen_ndr/ndr_dssetup.h"
#include "../libcli/auth/schannel.h"
#include "../libcli/auth/spnego.h"
-#include "smb_krb5.h"
#include "../libcli/auth/ntlmssp.h"
#include "ntlmssp_wrap.h"
#include "librpc/gen_ndr/ndr_dcerpc.h"
diff --git a/source3/rpc_client/cli_winreg_int.c b/source3/rpc_client/cli_winreg_int.c
index 8e11ae832d6..1828b419a95 100644
--- a/source3/rpc_client/cli_winreg_int.c
+++ b/source3/rpc_client/cli_winreg_int.c
@@ -21,7 +21,6 @@
#include "includes.h"
#include "include/registry.h"
-#include "utils/net_registry_util.h"
#include "librpc/gen_ndr/ndr_winreg_c.h"
#include "rpc_client/cli_winreg_int.h"
#include "rpc_server/rpc_ncacn_np.h"
diff --git a/source3/rpc_client/rpc_transport_sock.c b/source3/rpc_client/rpc_transport_sock.c
index 1dd01325830..a833e4469a3 100644
--- a/source3/rpc_client/rpc_transport_sock.c
+++ b/source3/rpc_client/rpc_transport_sock.c
@@ -20,7 +20,6 @@
#include "includes.h"
#include "../lib/tsocket/tsocket.h"
#include "rpc_client/rpc_transport.h"
-#include "../lib/async_req/async_sock.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_RPC_CLI