1
1
mirror of https://github.com/bitcoin/bitcoin.git synced 2024-05-17 23:56:39 +00:00

qt: Remove needless headers

This commit is contained in:
Hennadii Stepanov 2020-06-23 13:40:13 +03:00
parent 8ef15e8a86
commit 4f9d9efb4e
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

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>