diff --git a/src/init.cpp b/src/init.cpp index 42cfbba556..58d3905772 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -99,7 +99,6 @@ #include #include #include -#include #if ENABLE_ZMQ #include diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp index af78cb0ab9..5596ebc5ea 100644 --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -23,8 +23,6 @@ #include #include -#include - #include #ifdef ENABLE_WALLET diff --git a/src/test/crypto_tests.cpp b/src/test/crypto_tests.cpp index 1731677535..1ffb8829a3 100644 --- a/src/test/crypto_tests.cpp +++ b/src/test/crypto_tests.cpp @@ -21,7 +21,6 @@ #include #include -#include #include BOOST_FIXTURE_TEST_SUITE(crypto_tests, BasicTestingSetup)