diff --git a/src/arith_uint256.cpp b/src/arith_uint256.cpp index 5273e13c81..f4cd70255a 100644 --- a/src/arith_uint256.cpp +++ b/src/arith_uint256.cpp @@ -9,8 +9,6 @@ #include #include -#include -#include template base_uint::base_uint(const std::string& str) diff --git a/src/arith_uint256.h b/src/arith_uint256.h index 6248ac4e3f..0b3332724f 100644 --- a/src/arith_uint256.h +++ b/src/arith_uint256.h @@ -6,13 +6,11 @@ #ifndef BITCOIN_ARITH_UINT256_H #define BITCOIN_ARITH_UINT256_H -#include #include #include #include #include #include -#include class uint256; diff --git a/src/batchedlogger.cpp b/src/batchedlogger.cpp index cf07b87222..aa24c03ce4 100644 --- a/src/batchedlogger.cpp +++ b/src/batchedlogger.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include CBatchedLogger::CBatchedLogger(BCLog::LogFlags _category, const std::string& _header) : accept(LogAcceptCategory(_category)), header(_header) diff --git a/src/bench/base58.cpp b/src/bench/base58.cpp index 1521982baf..6d283cfd7a 100644 --- a/src/bench/base58.cpp +++ b/src/bench/base58.cpp @@ -4,12 +4,10 @@ #include -#include #include #include #include -#include static void Base58Encode(benchmark::Bench& bench) diff --git a/src/bench/bech32.cpp b/src/bench/bech32.cpp index 556d8bdfe2..d2b329032c 100644 --- a/src/bench/bech32.cpp +++ b/src/bench/bech32.cpp @@ -4,7 +4,6 @@ #include -#include #include #include diff --git a/src/bench/bench.cpp b/src/bench/bench.cpp index 85fb14220a..fd9fd25ce6 100644 --- a/src/bench/bench.cpp +++ b/src/bench/bench.cpp @@ -10,9 +10,7 @@ #include #include -#include #include -#include #include namespace { diff --git a/src/bench/bench.h b/src/bench/bench.h index 6f0022befd..955e85a201 100644 --- a/src/bench/bench.h +++ b/src/bench/bench.h @@ -6,7 +6,6 @@ #define BITCOIN_BENCH_BENCH_H #include -#include #include #include #include diff --git a/src/bench/bench_dash.cpp b/src/bench/bench_dash.cpp index 1a342c90cb..3c266c6f3b 100644 --- a/src/bench/bench_dash.cpp +++ b/src/bench/bench_dash.cpp @@ -5,15 +5,10 @@ #include #include -#include #include #include #include -#include - -#include - #include static const char* DEFAULT_BENCH_FILTER = ".*"; diff --git a/src/bench/block_assemble.cpp b/src/bench/block_assemble.cpp index aa31d3e6fe..268c3136c2 100644 --- a/src/bench/block_assemble.cpp +++ b/src/bench/block_assemble.cpp @@ -5,14 +5,12 @@ #include #include #include -#include #include