From 3c0e10d70c7f3b5f50269166d3c7f44e13157d5a Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 17 Jul 2010 15:43:28 -0400 Subject: s3-dcerpc: Fix build and remove unneeded headers Sorry, botched a rebase. --- source3/rpc_server/srv_pipe_hnd.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/rpc_server/srv_pipe_hnd.c') 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 -- cgit