Remove unused includes

This commit is contained in:
practicalswift
2019-07-31 10:03:55 +00:00
parent eb292af309
commit 084e17cebd
119 changed files with 0 additions and 159 deletions

View File

@@ -8,7 +8,6 @@
#include <array>
#include <vector>
#include <string>
static void Base58Encode(benchmark::State& state)

View File

@@ -6,7 +6,6 @@
#define BITCOIN_BENCH_BENCH_H
#include <functional>
#include <limits>
#include <map>
#include <string>
#include <vector>

View File

@@ -10,7 +10,6 @@
#include <validation.h>
#include <list>
#include <vector>
static void AssembleBlock(benchmark::State& state)

View File

@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <bench/bench.h>
#include <crypto/chacha20.h>

View File

@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <bench/bench.h>
#include <crypto/chacha_poly_aead.h>

View File

@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <bench/bench.h>
#include <hash.h>

View File

@@ -4,15 +4,12 @@
#include <bench/bench.h>
#include <chainparams.h>
#include <coins.h>
#include <consensus/merkle.h>
#include <consensus/validation.h>
#include <pow.h>
#include <txmempool.h>
#include <validation.h>
#include <list>
#include <vector>
static void DuplicateInputs(benchmark::State& state)

View File

@@ -6,7 +6,6 @@
#include <support/lockedpool.h>
#include <iostream>
#include <vector>
#define ASIZE 2048

View File

@@ -6,8 +6,6 @@
#include <policy/policy.h>
#include <txmempool.h>
#include <list>
#include <vector>
static void AddTx(const CTransactionRef& tx, const CAmount& nFee, CTxMemPool& pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main, pool.cs)
{

View File

@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <bench/bench.h>
#include <crypto/poly1305.h>

View File

@@ -2,7 +2,6 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <iostream>
#include <bench/bench.h>
#include <bloom.h>

View File

@@ -7,7 +7,6 @@
#include <validation.h>
#include <streams.h>
#include <consensus/validation.h>
#include <rpc/blockchain.h>
#include <univalue.h>

View File

@@ -8,8 +8,6 @@
#include <univalue.h>
#include <list>
#include <vector>
static void AddTx(const CTransactionRef& tx, const CAmount& fee, CTxMemPool& pool) EXCLUSIVE_LOCKS_REQUIRED(cs_main, pool.cs)
{