diff --git a/src/addrman.cpp b/src/addrman.cpp index df8b131857..b548a7872a 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 f4cd70255a..04d54d1ad5 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 f862421f0d..5cb2ce78cc 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 e52c05d40a..8698d6864a 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 ba35a821b8..e465dc09d4 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 ec19b39531..0dd48e1023 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 068e0e5ff6..90a72516a4 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 adca870e2d..fc79f46f7f 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 6d968303da..ee3027d9a2 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 2d65209a7e..c0efa23484 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 4572ce99bc..e501765f6f 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 61ec56e95f..1605391ae4 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 737bbc2461..73c8f1df82 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 2ae98a6936..2a5fe32d8e 100644 --- a/src/interfaces/wallet.cpp +++ b/src/interfaces/wallet.cpp @@ -9,11 +9,8 @@ #include #include #include -#include #include #include -#include -#include #include