From 0bb4701a747599042242b0612bc392a6e6d777af Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 May 2011 12:36:55 +0200 Subject: s3: remove various references to server side dcerpc structs (which are not needed). Guenther --- source3/rpc_client/cli_pipe.c | 1 - 1 file changed, 1 deletion(-) (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 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 -- cgit