Make reasoning about dependencies easier by not including unused dependencies

This commit is contained in:
practicalswift
2019-06-01 14:25:09 +02:00
parent c7cfd20a77
commit eca9767673
98 changed files with 0 additions and 214 deletions

View File

@@ -4,7 +4,6 @@
#include <bench/bench.h>
#include <validation.h>
#include <base58.h>
#include <array>

View File

@@ -4,7 +4,6 @@
#include <bench/bench.h>
#include <validation.h>
#include <bech32.h>
#include <util/strencodings.h>

View File

@@ -4,8 +4,6 @@
#include <bench/bench.h>
#include <crypto/sha256.h>
#include <key.h>
#include <util/strencodings.h>
#include <util/system.h>

View File

@@ -5,7 +5,6 @@
#include <iostream>
#include <bench/bench.h>
#include <hash.h>
#include <crypto/chacha20.h>
/* Number of bytes to process per iteration */

View File

@@ -4,7 +4,6 @@
#include <bench/bench.h>
#include <util/system.h>
#include <validation.h>
#include <checkqueue.h>
#include <prevector.h>
#include <vector>

View File

@@ -5,11 +5,9 @@
#include <iostream>
#include <bench/bench.h>
#include <bloom.h>
#include <hash.h>
#include <random.h>
#include <uint256.h>
#include <util/time.h>
#include <crypto/ripemd160.h>
#include <crypto/sha1.h>
#include <crypto/sha256.h>

View File

@@ -7,13 +7,9 @@
#include <coins.h>
#include <consensus/merkle.h>
#include <consensus/validation.h>
#include <miner.h>
#include <policy/policy.h>
#include <pow.h>
#include <test/util.h>
#include <txmempool.h>
#include <validation.h>
#include <validationinterface.h>
#include <list>
#include <vector>

View File

@@ -3,7 +3,6 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bench/bench.h>
#include <validation.h>
#include <util/time.h>
// Sanity test: this should loop ten times, and

View File

@@ -3,7 +3,6 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bench/bench.h>
#include <policy/policy.h>
#include <rpc/blockchain.h>
#include <txmempool.h>

View File

@@ -8,7 +8,6 @@
#include <script/bitcoinconsensus.h>
#endif
#include <script/script.h>
#include <script/sign.h>
#include <script/standard.h>
#include <streams.h>

View File

@@ -4,7 +4,6 @@
#include <bench/bench.h>
#include <interfaces/chain.h>
#include <key_io.h>
#include <optional.h>
#include <test/util.h>
#include <validationinterface.h>