From ecd5fa294c8ef01ba945e27e65d2cf6338988d41 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 25 Jun 2019 16:00:59 +1200 Subject: [PATCH] s4-torture: Remove unused #include of librpc/gen_ndr/ndr_dcerpc_c.h We only need librpc/rpc/rpc_common.h Signed-off-by: Andrew Bartlett Reviewed-by: Douglas Bagnall --- source4/torture/local/verif_trailer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/local/verif_trailer.c b/source4/torture/local/verif_trailer.c index efb2ac7b526..acbd69beb97 100644 --- a/source4/torture/local/verif_trailer.c +++ b/source4/torture/local/verif_trailer.c @@ -27,7 +27,7 @@ #include "lib/util/dlinklist.h" #include "libcli/resolve/resolve.h" #include "librpc/gen_ndr/ndr_dcerpc.h" -#include "librpc/gen_ndr/ndr_dcerpc_c.h" +#include "librpc/rpc/rpc_common.h" #include "torture/torture.h" #include "torture/local/proto.h" -- 2.47.3