diff --git a/src/qt/test/apptests.cpp b/src/qt/test/apptests.cpp --- a/src/qt/test/apptests.cpp +++ b/src/qt/test/apptests.cpp @@ -31,20 +31,8 @@ #include #include #include -/* - * FIXME: requires QT_WIDGETS_LIB to be defined prior - * inclusion to export the QtTest::keyClicks symbol. - * On some older Qt versions the definition end up being set by the inclusion of - * . - * This only occurs when building with autotools, as QMake and CMake define - * QT_WIDGETS_LIB on the command line. As a workaround for autotools, - * should be included before . - * Also prevent the linter from sorting the includes. - */ -// clang-format off -#include #include -// clang-format on +#include namespace { //! Call getblockchaininfo RPC and check first field of JSON output.