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 = \
87
87
checkpoints.h \
88
88
checkqueue.h \
89
89
clientversion.h \
90
- coincontrol.h \
91
90
coins.h \
92
91
compat.h \
93
92
compat/byteswap.h \
@@ -147,6 +146,7 @@ BITCOIN_CORE_H = \
147
146
utiltime.h \
148
147
validationinterface.h \
149
148
versionbits.h \
149
+ wallet/coincontrol.h \
150
150
wallet/crypter.h \
151
151
wallet/db.h \
152
152
wallet/rpcwallet.h \
Original file line number Diff line number Diff line change 13
13
#include " txmempool.h"
14
14
#include " walletmodel.h"
15
15
16
- #include " coincontrol.h"
16
+ #include " wallet/ coincontrol.h"
17
17
#include " init.h"
18
18
#include " main.h" // For minRelayTxFee
19
19
#include " wallet/wallet.h"
Original file line number Diff line number Diff line change 16
16
#include " walletmodel.h"
17
17
18
18
#include " base58.h"
19
- #include " coincontrol.h"
19
+ #include " wallet/ coincontrol.h"
20
20
#include " main.h" // mempool and minRelayTxFee
21
21
#include " ui_interface.h"
22
22
#include " txmempool.h"
Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
- #ifndef BITCOIN_COINCONTROL_H
6
- #define BITCOIN_COINCONTROL_H
5
+ #ifndef BITCOIN_WALLET_COINCONTROL_H
6
+ #define BITCOIN_WALLET_COINCONTROL_H
7
7
8
8
#include " primitives/transaction.h"
9
9
@@ -73,4 +73,4 @@ class CCoinControl
73
73
std::set<COutPoint> setSelected;
74
74
};
75
75
76
- #endif // BITCOIN_COINCONTROL_H
76
+ #endif // BITCOIN_WALLET_COINCONTROL_H
Original file line number Diff line number Diff line change 8
8
#include " base58.h"
9
9
#include " checkpoints.h"
10
10
#include " chain.h"
11
- #include " coincontrol.h"
11
+ #include " wallet/ coincontrol.h"
12
12
#include " consensus/consensus.h"
13
13
#include " consensus/validation.h"
14
14
#include " key.h"
You can’t perform that action at this time.
0 commit comments