Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview.cpp

4f9d9efb4e qt: Remove needless headers (Hennadii Stepanov)

Pull request description:

  No symbols from the removed headers are used in the `qt/walletview.cpp`.

  This is a small followup of https://github.com/bitcoin/bitcoin/pull/18027.

Top commit has no ACKs.

Tree-SHA512: 986ed5c8f3bac4c0053736ce84d738f8593d3dbf713109af3cb9b7051cd838f23152a39bb3c1e9694a993c4e7accf14e94e5beff5e7881155638cd44fbf7f46f
This commit is contained in:
MarcoFalke 2020-06-24 08:18:22 -04:00
commit dae1bd61b2
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -4,9 +4,6 @@
#include <qt/walletview.h>
#include <node/psbt.h>
#include <node/transaction.h>
#include <policy/policy.h>
#include <qt/addressbookpage.h>
#include <qt/askpassphrasedialog.h>
#include <qt/clientmodel.h>
@ -23,6 +20,7 @@
#include <qt/walletmodel.h>
#include <interfaces/node.h>
#include <psbt.h>
#include <ui_interface.h>
#include <util/strencodings.h>