diff options
author | Günther Deschner <gd@samba.org> | 2011-04-29 16:19:54 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-04-29 21:01:04 +0200 |
commit | 487cb0c96ef8ca05fcef35d0d7c49bc067f6cff7 (patch) | |
tree | de0f4cfd1a986e7587c7a6c6da3f60c4bff92d55 /source3 | |
parent | c7d38f49c8bcf5899b186ebb495c31f4ade3c8d6 (diff) | |
download | samba-487cb0c96ef8ca05fcef35d0d7c49bc067f6cff7.tar.gz samba-487cb0c96ef8ca05fcef35d0d7c49bc067f6cff7.tar.bz2 samba-487cb0c96ef8ca05fcef35d0d7c49bc067f6cff7.zip |
s3-rpc_server: remove some unneeded headers.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_server/srv_pipe_hnd.c | 4 |
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 6aa9bf8dc2..e13c562351 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" |