From: Andrew Bartlett Date: Tue, 25 Jun 2019 04:00:59 +0000 (+1200) Subject: s4-torture: Remove unused #include of librpc/gen_ndr/ndr_dcerpc_c.h X-Git-Tag: ldb-2.0.5~221 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ecd5fa294c8ef01ba945e27e65d2cf6338988d41;p=thirdparty%2Fsamba.git 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 --- 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"