diff options
author | Günther Deschner <gd@samba.org> | 2011-05-02 12:36:55 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-02 15:03:44 +0200 |
commit | 0bb4701a747599042242b0612bc392a6e6d777af (patch) | |
tree | bd61b62536a4ce34c27cb452141adea2c159c7e3 /source3/rpc_client | |
parent | 80fa624861e6f45c4b6837969253d5fbac2f3b1e (diff) | |
download | samba-0bb4701a747599042242b0612bc392a6e6d777af.tar.gz samba-0bb4701a747599042242b0612bc392a6e6d777af.tar.bz2 samba-0bb4701a747599042242b0612bc392a6e6d777af.zip |
s3: remove various references to server side dcerpc structs (which are not needed).
Guenther
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 1 | ||||
-rw-r--r-- | source3/rpc_client/cli_spoolss.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 758f778656..05f7d4474b 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -34,7 +34,6 @@ #include "librpc/crypto/spnego.h" #include "rpc_dce.h" #include "cli_pipe.h" -#include "ntdomain.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_CLI diff --git a/source3/rpc_client/cli_spoolss.c b/source3/rpc_client/cli_spoolss.c index 831da85205..3c15e2ffb0 100644 --- a/source3/rpc_client/cli_spoolss.c +++ b/source3/rpc_client/cli_spoolss.c @@ -26,7 +26,6 @@ #include "rpc_client/rpc_client.h" #include "../librpc/gen_ndr/ndr_spoolss_c.h" #include "rpc_client/cli_spoolss.h" -#include "ntdomain.h" /********************************************************************** convencience wrapper around rpccli_spoolss_OpenPrinterEx |