s4-torture: Remove unused #include of librpc/gen_ndr/ndr_dcerpc_c.h
authorAndrew Bartlett <abartlet@samba.org>
Tue, 25 Jun 2019 04:00:59 +0000 (16:00 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 26 Jun 2019 04:12:32 +0000 (04:12 +0000)
We only need librpc/rpc/rpc_common.h

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
source4/torture/local/verif_trailer.c

index efb2ac7b52604ba1e7a5497d4826a6963396c4a0..acbd69beb97330d18cbe0dae984ccd9c6a3d597b 100644 (file)
@@ -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"