File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 5
5
#ifndef BITCOIN_QT_WALLETMODELTRANSACTION_H
6
6
#define BITCOIN_QT_WALLETMODELTRANSACTION_H
7
7
8
+ #include < primitives/transaction.h>
8
9
#include < qt/sendcoinsrecipient.h>
9
- #include < qt/walletmodel.h>
10
10
11
11
#include < amount.h>
12
12
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
22
22
" qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel"
23
23
" qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
24
24
" qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel"
25
- " qt/walletmodel -> qt/walletmodeltransaction -> qt/walletmodel"
26
25
" txmempool -> validation -> txmempool"
27
26
" wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
28
27
" wallet/fees -> wallet/wallet -> wallet/fees"
You can’t perform that action at this time.
0 commit comments