From 906bee8e5f474f8718d02e6f1938f20dcfe3d2cc Mon Sep 17 00:00:00 2001 From: practicalswift Date: Mon, 14 May 2018 09:51:03 +0200 Subject: Use bracket syntax includes ("#include ") --- src/bench/merkle_root.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/bench') diff --git a/src/bench/merkle_root.cpp b/src/bench/merkle_root.cpp index ae2a0a28dc..fab12da311 100644 --- a/src/bench/merkle_root.cpp +++ b/src/bench/merkle_root.cpp @@ -2,11 +2,11 @@ // Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. -#include "bench.h" +#include -#include "uint256.h" -#include "random.h" -#include "consensus/merkle.h" +#include +#include +#include static void MerkleRoot(benchmark::State& state) { -- cgit v1.2.3