Use bracket syntax includes ("#include <foo.h>")

This commit is contained in:
practicalswift
2018-05-14 09:51:03 +02:00
parent a589f536b5
commit 906bee8e5f
5 changed files with 19 additions and 19 deletions
+4 -4
View File
@@ -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 <bench/bench.h>
#include "uint256.h"
#include "random.h"
#include "consensus/merkle.h"
#include <uint256.h>
#include <random.h>
#include <consensus/merkle.h>
static void MerkleRoot(benchmark::State& state)
{