diff options
author | Simo Sorce <idra@samba.org> | 2010-07-17 15:43:28 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-17 15:44:19 -0400 |
commit | 3c0e10d70c7f3b5f50269166d3c7f44e13157d5a (patch) | |
tree | 25fe6b3b2016d6a06079d7c1ce7383c33b99936c | |
parent | 52f6bfea4b88f36f5744283d8fa64b13f2146696 (diff) | |
download | samba-3c0e10d70c7f3b5f50269166d3c7f44e13157d5a.tar.gz samba-3c0e10d70c7f3b5f50269166d3c7f44e13157d5a.tar.bz2 samba-3c0e10d70c7f3b5f50269166d3c7f44e13157d5a.zip |
s3-dcerpc: Fix build and remove unneeded headers
Sorry, botched a rebase.
-rw-r--r-- | source3/rpc_server/srv_pipe_hnd.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/rpc_server/srv_pipe_hnd.c b/source3/rpc_server/srv_pipe_hnd.c index 5032020acb..7c4895fe7c 100644 --- a/source3/rpc_server/srv_pipe_hnd.c +++ b/source3/rpc_server/srv_pipe_hnd.c @@ -23,9 +23,6 @@ #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 "../libcli/auth/schannel.h" -#include "../libcli/auth/spnego.h" -#include "../libcli/auth/ntlmssp.h" #include "rpc_server.h" #undef DBGC_CLASS |