diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-26 15:21:23 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-05 17:17:29 +0100 |
commit | 4ac34f3288267f02003de8c622b3375f1a6752bb (patch) | |
tree | cc1269a30910ee14cfe64ddbeceb61a86c9331a6 /source3/librpc | |
parent | a074a5d5facc68641f74424b0ca675aaa6dfd66e (diff) | |
download | samba-4ac34f3288267f02003de8c622b3375f1a6752bb.tar.gz samba-4ac34f3288267f02003de8c622b3375f1a6752bb.tar.bz2 samba-4ac34f3288267f02003de8c622b3375f1a6752bb.zip |
s3-librpc remove unused headers
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/rpc/dcerpc_helpers.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/librpc/rpc/dcerpc_helpers.c b/source3/librpc/rpc/dcerpc_helpers.c index 1e8edc3347..30c05a3626 100644 --- a/source3/librpc/rpc/dcerpc_helpers.c +++ b/source3/librpc/rpc/dcerpc_helpers.c @@ -24,8 +24,6 @@ #include "librpc/gen_ndr/ndr_schannel.h" #include "../libcli/auth/schannel.h" #include "../libcli/auth/spnego.h" -#include "../auth/ntlmssp/ntlmssp.h" -#include "ntlmssp_wrap.h" #include "librpc/crypto/gse.h" #include "librpc/crypto/spnego.h" #include "auth/gensec/gensec.h" |