File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,6 @@ BITCOIN_CORE_H = \
8787 checkpoints.h \
8888 checkqueue.h \
8989 clientversion.h \
90- coincontrol.h \
9190 coins.h \
9291 compat.h \
9392 compat/byteswap.h \
@@ -147,6 +146,7 @@ BITCOIN_CORE_H = \
147146 utiltime.h \
148147 validationinterface.h \
149148 versionbits.h \
149+ wallet/coincontrol.h \
150150 wallet/crypter.h \
151151 wallet/db.h \
152152 wallet/rpcwallet.h \
Original file line number Diff line number Diff line change 1313#include " txmempool.h"
1414#include " walletmodel.h"
1515
16- #include " coincontrol.h"
16+ #include " wallet/ coincontrol.h"
1717#include " init.h"
1818#include " main.h" // For minRelayTxFee
1919#include " wallet/wallet.h"
Original file line number Diff line number Diff line change 1616#include " walletmodel.h"
1717
1818#include " base58.h"
19- #include " coincontrol.h"
19+ #include " wallet/ coincontrol.h"
2020#include " main.h" // mempool and minRelayTxFee
2121#include " ui_interface.h"
2222#include " txmempool.h"
Original file line number Diff line number Diff line change 22// Distributed under the MIT software license, see the accompanying
33// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44
5- #ifndef BITCOIN_COINCONTROL_H
6- #define BITCOIN_COINCONTROL_H
5+ #ifndef BITCOIN_WALLET_COINCONTROL_H
6+ #define BITCOIN_WALLET_COINCONTROL_H
77
88#include " primitives/transaction.h"
99
@@ -73,4 +73,4 @@ class CCoinControl
7373 std::set<COutPoint> setSelected;
7474};
7575
76- #endif // BITCOIN_COINCONTROL_H
76+ #endif // BITCOIN_WALLET_COINCONTROL_H
Original file line number Diff line number Diff line change 88#include " base58.h"
99#include " checkpoints.h"
1010#include " chain.h"
11- #include " coincontrol.h"
11+ #include " wallet/ coincontrol.h"
1212#include " consensus/consensus.h"
1313#include " consensus/validation.h"
1414#include " key.h"
You can’t perform that action at this time.
0 commit comments