diff --git a/src/init.cpp b/src/init.cpp index 29c969421..7b7456db1 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -66,7 +66,6 @@ #include #include #include -#include #if ENABLE_ZMQ #include diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index c7ced3c10..8b6dcf044 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -21,8 +21,6 @@ #include #include -#include - #include #ifdef ENABLE_WALLET diff --git a/src/test/crypto_tests.cpp b/src/test/crypto_tests.cpp index 8a219a828..0d05b6514 100644 --- a/src/test/crypto_tests.cpp +++ b/src/test/crypto_tests.cpp @@ -18,8 +18,6 @@ #include #include -#include -#include BOOST_FIXTURE_TEST_SUITE(crypto_tests, BasicTestingSetup)