Skip to content

Commit

Permalink
Merge bitcoin-core/gui#11: Remove needless headers from qt/walletview…
Browse files Browse the repository at this point in the history
….cpp

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#18027.

Top commit has no ACKs.

Tree-SHA512: 986ed5c8f3bac4c0053736ce84d738f8593d3dbf713109af3cb9b7051cd838f23152a39bb3c1e9694a993c4e7accf14e94e5beff5e7881155638cd44fbf7f46f
  • Loading branch information
MarcoFalke authored and PastaPastaPasta committed Sep 17, 2021
1 parent a4ccdd8 commit 6893b0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qt/walletview.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include <qt/walletmodel.h>

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

#include <QAction>
Expand Down

0 comments on commit 6893b0c

Please sign in to comment.