Skip to content

Commit fa61cdf

Browse files
author
MarcoFalke
committed
wallet: Fix coinselection include
coinselection.h is not used by wallet.h but by qt/coincontroldialog.cpp
1 parent 56c8658 commit fa61cdf

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/qt/coincontroldialog.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
#include <qt/platformstyle.h>
1717
#include <qt/walletmodel.h>
1818

19-
#include <wallet/coincontrol.h>
2019
#include <interfaces/node.h>
2120
#include <key_io.h>
2221
#include <policy/policy.h>
22+
#include <wallet/coincontrol.h>
23+
#include <wallet/coinselection.h>
2324
#include <wallet/wallet.h>
2425

2526
#include <QApplication>

src/wallet/wallet.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
#include <util/system.h>
2121
#include <util/ui_change_type.h>
2222
#include <validationinterface.h>
23-
#include <wallet/coinselection.h>
2423
#include <wallet/crypter.h>
2524
#include <wallet/scriptpubkeyman.h>
2625
#include <wallet/transaction.h>
@@ -112,7 +111,6 @@ constexpr CAmount HIGH_MAX_TX_FEE{100 * HIGH_TX_FEE_PER_KB};
112111
static constexpr size_t DUMMY_NESTED_P2WPKH_INPUT_SIZE = 91;
113112

114113
class CCoinControl;
115-
class COutput;
116114
class CWalletTx;
117115
class ReserveDestination;
118116

0 commit comments

Comments
 (0)