diff options
author | Günther Deschner <gd@samba.org> | 2011-05-05 00:54:56 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-05 02:05:27 +0200 |
commit | bd92826aa837f56119153b93cfce7f843e567896 (patch) | |
tree | f48b626c9d9135c65adfc56a5c1c6acdbce69d03 /source3/rpc_client | |
parent | c11d52c7f6b560fe66a2f197e30602d57370fd5c (diff) | |
download | samba-bd92826aa837f56119153b93cfce7f843e567896.tar.gz samba-bd92826aa837f56119153b93cfce7f843e567896.tar.bz2 samba-bd92826aa837f56119153b93cfce7f843e567896.zip |
s3-rpc_client: run minimal_includes.pl.
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 1 | ||||
-rw-r--r-- | source3/rpc_client/cli_winreg_int.c | 1 | ||||
-rw-r--r-- | source3/rpc_client/rpc_transport_sock.c | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 05f7d4474b..d5521da509 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 8e11ae832d..1828b419a9 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 1dd0132583..a833e4469a 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 |