From 5d706a2fd4d5d0489b55d79250c68154600c4102 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 26 Nov 2009 20:17:07 +0100 Subject: s3-rpc: running minimal_includes.pl on rpc_client and rpc_server. Guenther --- source3/rpc_client/cli_pipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/rpc_client/cli_pipe.c') diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 084bbef44c..5bfcba3443 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -18,11 +18,9 @@ */ #include "includes.h" -#include "../libcli/auth/libcli_auth.h" #include "librpc/gen_ndr/cli_epmapper.h" #include "../librpc/gen_ndr/ndr_schannel.h" #include "../libcli/auth/schannel.h" -#include "../libcli/auth/schannel_proto.h" #include "../libcli/auth/spnego.h" #undef DBGC_CLASS -- cgit