diff options
author | Simo Sorce <idra@samba.org> | 2010-07-15 16:54:14 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-16 01:51:18 +0200 |
commit | 53945a2e990df92cdee8b54b3d1c3ade0305e99c (patch) | |
tree | 783c75d64b933cdf504b6350efdad7e053f53cd7 /source3/rpc_parse | |
parent | 67b6fe3dc39aaf88787471b1ce10f47db74c5b1e (diff) | |
download | samba-53945a2e990df92cdee8b54b3d1c3ade0305e99c.tar.gz samba-53945a2e990df92cdee8b54b3d1c3ade0305e99c.tar.bz2 samba-53945a2e990df92cdee8b54b3d1c3ade0305e99c.zip |
s3-dcerpc: Use a local function to dump pdu regions
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_prs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_prs.c b/source3/rpc_parse/parse_prs.c index f8ae8d1d64..ebe1f4ec55 100644 --- a/source3/rpc_parse/parse_prs.c +++ b/source3/rpc_parse/parse_prs.c @@ -21,7 +21,6 @@ */ #include "includes.h" -#include "../librpc/gen_ndr/ndr_schannel.h" #undef DBGC_CLASS #define DBGC_CLASS DBGC_RPC_PARSE |