diff --git a/src/qt/mintingfilterproxy.cpp b/src/qt/mintingfilterproxy.cpp index 664cbe70b7e..75b945fe552 100644 --- a/src/qt/mintingfilterproxy.cpp +++ b/src/qt/mintingfilterproxy.cpp @@ -1,4 +1,4 @@ -#include "mintingfilterproxy.h" +#include MintingFilterProxy::MintingFilterProxy(QObject * parent) : QSortFilterProxyModel(parent) diff --git a/src/qt/mintingview.cpp b/src/qt/mintingview.cpp index 41079f75305..c1b2c0eddfb 100644 --- a/src/qt/mintingview.cpp +++ b/src/qt/mintingview.cpp @@ -1,11 +1,14 @@ -#include "mintingview.h" -#include "mintingfilterproxy.h" -#include "transactionrecord.h" -#include "mintingtablemodel.h" -#include "walletmodel.h" -#include "guiconstants.h" -#include "guiutil.h" -#include "csvmodelwriter.h" +// Copyright (c) 2012-2019 The Peercoin developers +// Distributed under the MIT/X11 software license, see the accompanying +// file COPYING or http://www.opensource.org/licenses/mit-license.php. +#include +#include +#include +#include +#include +#include +#include +#include #include #include diff --git a/src/qt/mintingview.h b/src/qt/mintingview.h index e2b77ae8acd..adac3777a8e 100644 --- a/src/qt/mintingview.h +++ b/src/qt/mintingview.h @@ -6,7 +6,7 @@ #include #include -#include "mintingfilterproxy.h" +#include class WalletModel; diff --git a/src/test/blockchain_tests.cpp b/src/test/blockchain_tests.cpp index 55fdd2c0719..7c194fc1f13 100644 --- a/src/test/blockchain_tests.cpp +++ b/src/test/blockchain_tests.cpp @@ -1,9 +1,9 @@ #include -#include "stdlib.h" +#include -#include "rpc/blockchain.cpp" -#include "test/test_bitcoin.h" +#include +#include /* Equality between doubles is imprecise. Comparison should be done * with a small threshold of tolerance, rather than exact equality. diff --git a/src/test/torcontrol_tests.cpp b/src/test/torcontrol_tests.cpp index d0aa8659c27..11e066e450f 100644 --- a/src/test/torcontrol_tests.cpp +++ b/src/test/torcontrol_tests.cpp @@ -3,7 +3,7 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. // #include -#include +#include #include