From 3e08b341f716a039273a92cba4fa688735a6c5ea Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 Apr 2011 16:19:54 +0200 Subject: s3-rpc_server: remove some unneeded headers. Guenther (cherry picked from commit 487cb0c96ef8ca05fcef35d0d7c49bc067f6cff7) (cherry picked from commit 944dceb45b384c68a581b3f27a914c9e1d9d10cf) --- source3/rpc_server/srv_pipe_hnd.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c index 6aa9bf8dc2a..e13c5623519 100644 --- a/source3/rpc_server/srv_pipe_hnd.c +++ b/source3/rpc_server/srv_pipe_hnd.c @@ -20,11 +20,7 @@ */ #include "includes.h" -#include "../librpc/gen_ndr/srv_spoolss.h" -#include "librpc/gen_ndr/ndr_named_pipe_auth.h" -#include "../libcli/named_pipe_auth/npa_tstream.h" #include "rpc_server.h" -#include "smbd/globals.h" #include "fake_file.h" #include "rpc_dce.h" #include "rpc_server/rpc_ncacn_np.h" -- cgit