diff --git a/src/addrman.cpp b/src/addrman.cpp index df8b13185747..b548a7872a92 100644 --- a/src/addrman.cpp +++ b/src/addrman.cpp @@ -7,7 +7,6 @@ #include #include -#include #include int CAddrInfo::GetTriedBucket(const uint256& nKey, const std::vector &asmap) const diff --git a/src/arith_uint256.cpp b/src/arith_uint256.cpp index f4cd70255ae4..04d54d1ad518 100644 --- a/src/arith_uint256.cpp +++ b/src/arith_uint256.cpp @@ -6,7 +6,6 @@ #include #include -#include #include diff --git a/src/bench/rpc_mempool.cpp b/src/bench/rpc_mempool.cpp index f862421f0d4d..5cb2ce78cc24 100644 --- a/src/bench/rpc_mempool.cpp +++ b/src/bench/rpc_mempool.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include #include #include diff --git a/src/consensus/merkle.cpp b/src/consensus/merkle.cpp index e52c05d40a1d..8698d6864a66 100644 --- a/src/consensus/merkle.cpp +++ b/src/consensus/merkle.cpp @@ -4,7 +4,6 @@ #include #include -#include /* WARNING! If you're reading this because you're learning about crypto and/or designing a new system that will use merkle trees, keep in mind diff --git a/src/core_write.cpp b/src/core_write.cpp index ba35a821b86d..e465dc09d4cc 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -12,7 +12,6 @@ #include #include #include -#include #include #include diff --git a/src/crypto/aes.cpp b/src/crypto/aes.cpp index ec19b3953158..0dd48e102319 100644 --- a/src/crypto/aes.cpp +++ b/src/crypto/aes.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include #include diff --git a/src/crypto/sha256_avx2.cpp b/src/crypto/sha256_avx2.cpp index 068e0e5ff6d4..90a72516a442 100644 --- a/src/crypto/sha256_avx2.cpp +++ b/src/crypto/sha256_avx2.cpp @@ -3,7 +3,6 @@ #include #include -#include #include namespace sha256d64_avx2 { diff --git a/src/crypto/sha256_sse41.cpp b/src/crypto/sha256_sse41.cpp index adca870e2d56..fc79f46f7f29 100644 --- a/src/crypto/sha256_sse41.cpp +++ b/src/crypto/sha256_sse41.cpp @@ -3,7 +3,6 @@ #include #include -#include #include namespace sha256d64_sse41 { diff --git a/src/dash-wallet.cpp b/src/dash-wallet.cpp index 6d968303da54..ee3027d9a2a0 100644 --- a/src/dash-wallet.cpp +++ b/src/dash-wallet.cpp @@ -8,7 +8,6 @@ #include #include -#include #include #include #include diff --git a/src/dashd.cpp b/src/dashd.cpp index 2d65209a7ee8..c0efa2348473 100644 --- a/src/dashd.cpp +++ b/src/dashd.cpp @@ -13,15 +13,11 @@ #include #include #include -#include #include #include #include -#include -#include #include #include -#include #include #include diff --git a/src/httprpc.cpp b/src/httprpc.cpp index 4572ce99bc5b..e501765f6f49 100644 --- a/src/httprpc.cpp +++ b/src/httprpc.cpp @@ -8,7 +8,6 @@ #include #include #include -#include #include #include #include diff --git a/src/init.cpp b/src/init.cpp index 0211fd4e56ae..f94ff0067ddd 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -70,7 +70,6 @@ #include #include #include -#include #include #include diff --git a/src/interfaces/node.cpp b/src/interfaces/node.cpp index 737bbc246174..73c8f1df82f3 100644 --- a/src/interfaces/node.cpp +++ b/src/interfaces/node.cpp @@ -26,7 +26,6 @@ #include #include #include -#include #include #include #include diff --git a/src/interfaces/wallet.cpp b/src/interfaces/wallet.cpp index 2ae98a693606..2a5fe32d8e62 100644 --- a/src/interfaces/wallet.cpp +++ b/src/interfaces/wallet.cpp @@ -9,11 +9,8 @@ #include #include #include -#include #include #include -#include -#include #include