Skip to content

Commit

Permalink
qt: Remove needless headers
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jun 24, 2020
1 parent 8ef15e8 commit 4f9d9ef
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 4f9d9ef

Please sign in to comment.