summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 16:19:54 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-17 09:18:47 +0200
commit3e08b341f716a039273a92cba4fa688735a6c5ea (patch)
tree66b6383a25cc31b3d3116d8ebe74f84926b14c1f
parent176cacad5b5a5a43b358a74bb168d23ac627533c (diff)
downloadsamba-3e08b341f716a039273a92cba4fa688735a6c5ea.tar.gz
samba-3e08b341f716a039273a92cba4fa688735a6c5ea.tar.xz
samba-3e08b341f716a039273a92cba4fa688735a6c5ea.zip
s3-rpc_server: remove some unneeded headers.
Guenther (cherry picked from commit 487cb0c96ef8ca05fcef35d0d7c49bc067f6cff7) (cherry picked from commit 944dceb45b384c68a581b3f27a914c9e1d9d10cf)
-rw-r--r--source3/rpc_server/srv_pipe_hnd.c4
1 files changed, 0 insertions, 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"