File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 16
16
#include < qt/platformstyle.h>
17
17
#include < qt/walletmodel.h>
18
18
19
- #include < wallet/coincontrol.h>
20
19
#include < interfaces/node.h>
21
20
#include < key_io.h>
22
21
#include < policy/policy.h>
22
+ #include < wallet/coincontrol.h>
23
+ #include < wallet/coinselection.h>
23
24
#include < wallet/wallet.h>
24
25
25
26
#include < QApplication>
Original file line number Diff line number Diff line change 20
20
#include < util/system.h>
21
21
#include < util/ui_change_type.h>
22
22
#include < validationinterface.h>
23
- #include < wallet/coinselection.h>
24
23
#include < wallet/crypter.h>
25
24
#include < wallet/scriptpubkeyman.h>
26
25
#include < wallet/transaction.h>
@@ -112,7 +111,6 @@ constexpr CAmount HIGH_MAX_TX_FEE{100 * HIGH_TX_FEE_PER_KB};
112
111
static constexpr size_t DUMMY_NESTED_P2WPKH_INPUT_SIZE = 91 ;
113
112
114
113
class CCoinControl ;
115
- class COutput ;
116
114
class CWalletTx ;
117
115
class ReserveDestination ;
118
116
You can’t perform that action at this time.
0 commit comments