diff --git a/src/init.cpp b/src/init.cpp --- a/src/init.cpp +++ b/src/init.cpp @@ -45,6 +45,7 @@ #include "wallet/wallet.h" #endif #include "warnings.h" + #include #include #include @@ -61,7 +62,6 @@ #include #include #include -#include #if ENABLE_ZMQ #include "zmq/zmqnotificationinterface.h" diff --git a/src/qt/rpcconsole.cpp b/src/qt/rpcconsole.cpp --- a/src/qt/rpcconsole.cpp +++ b/src/qt/rpcconsole.cpp @@ -22,8 +22,6 @@ #include "rpc/server.h" #include "util.h" -#include - #include #ifdef ENABLE_WALLET diff --git a/src/qt/test/test_main.cpp b/src/qt/test/test_main.cpp --- a/src/qt/test/test_main.cpp +++ b/src/qt/test/test_main.cpp @@ -23,8 +23,6 @@ #include #include -#include - #if defined(QT_STATICPLUGIN) && QT_VERSION < 0x050000 #include Q_IMPORT_PLUGIN(qcncodecs) @@ -50,8 +48,6 @@ QCoreApplication app(argc, argv); app.setApplicationName("BitcoinABC-Qt-test"); - SSL_library_init(); - URITests test1; if (QTest::qExec(&test1) != 0) fInvalid = true; #ifdef ENABLE_WALLET diff --git a/src/qt/winshutdownmonitor.cpp b/src/qt/winshutdownmonitor.cpp --- a/src/qt/winshutdownmonitor.cpp +++ b/src/qt/winshutdownmonitor.cpp @@ -12,11 +12,8 @@ #include -#include - // If we don't want a message to be processed by Qt, return true and set result -// to -// the value that the window procedure should return. Otherwise return false. +// to the value that the window procedure should return. Otherwise return false. bool WinShutdownMonitor::nativeEventFilter(const QByteArray &eventType, void *pMessage, long *pnResult) { Q_UNUSED(eventType); diff --git a/src/util.cpp b/src/util.cpp --- a/src/util.cpp +++ b/src/util.cpp @@ -84,8 +84,8 @@ #include #include #include + #include -#include #include // Work around clang compilation problem in Boost 1.46: