diff options
author | Günther Deschner <gd@samba.org> | 2011-01-28 10:31:39 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-01-28 11:18:44 +0100 |
commit | 1232fb5a1ef22de76217f854158b10400a770b45 (patch) | |
tree | e1b4d99a56a6f0e76a54994ff88e7fecd2c61904 /source3/rpc_client | |
parent | 1e34624326757430d282a708e07be2886c5c2b57 (diff) | |
download | samba-1232fb5a1ef22de76217f854158b10400a770b45.tar.gz samba-1232fb5a1ef22de76217f854158b10400a770b45.tar.bz2 samba-1232fb5a1ef22de76217f854158b10400a770b45.zip |
s3-rpc_client: remove some more obsolete cli_X.h header files.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Fri Jan 28 11:18:44 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index f353958b45..df1535c3cc 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -19,7 +19,7 @@ */ #include "includes.h" -#include "librpc/gen_ndr/cli_epmapper.h" +#include "librpc/gen_ndr/ndr_epmapper_c.h" #include "../librpc/gen_ndr/ndr_schannel.h" #include "../librpc/gen_ndr/ndr_dssetup.h" #include "../libcli/auth/schannel.h" |