Skip to content

Commit

Permalink
Merge #11: Remove needless headers from qt/walletview.cpp
Browse files Browse the repository at this point in the history
4f9d9ef 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 bitcoin/bitcoin#18027.

Top commit has no ACKs.

Tree-SHA512: 986ed5c8f3bac4c0053736ce84d738f8593d3dbf713109af3cb9b7051cd838f23152a39bb3c1e9694a993c4e7accf14e94e5beff5e7881155638cd44fbf7f46f
  • Loading branch information
MarcoFalke committed Jun 24, 2020
2 parents 80fd474 + 4f9d9ef commit dae1bd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/qt/walletview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -23,6 +20,7 @@
#include <qt/walletmodel.h>

#include <interfaces/node.h>
#include <psbt.h>
#include <ui_interface.h>
#include <util/strencodings.h>

Expand Down

0 comments on commit dae1bd6

Please sign in to comment.