mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Remove all but one circular dep: coinselection <-> wallet
This commit is contained in:
parent
5c3481a91e
commit
f56de12cdd
4 changed files with 1 additions and 9 deletions
|
|
@ -1,9 +1,5 @@
|
|||
|
||||
#include <asset.h>
|
||||
#include <assetsdir.h>
|
||||
#include <core_io.h>
|
||||
#include <policy/policy.h>
|
||||
|
||||
|
||||
CAmountMap& operator+=(CAmountMap& a, const CAmountMap& b)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -2,9 +2,7 @@
|
|||
#ifndef BITCOIN_ASSET_H
|
||||
#define BITCOIN_ASSET_H
|
||||
|
||||
#include <stdint.h>
|
||||
#include <uint256.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <amount.h>
|
||||
#include <serialize.h>
|
||||
|
|
|
|||
|
|
@ -33,9 +33,6 @@
|
|||
#include <blind.h>
|
||||
#include <issuance.h>
|
||||
#include <rpc/util.h>
|
||||
#ifdef ENABLE_WALLET
|
||||
#include <wallet/rpcwallet.h>
|
||||
#endif
|
||||
|
||||
#include <future>
|
||||
#include <stdint.h>
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
|
|||
"qt/addressbookpage -> qt/bitcoingui -> qt/walletview -> qt/signverifymessagedialog -> qt/addressbookpage"
|
||||
"qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/intro -> qt/guiutil"
|
||||
"qt/addressbookpage -> qt/bitcoingui -> qt/walletview -> qt/sendcoinsdialog -> qt/sendcoinsentry -> qt/addressbookpage"
|
||||
"wallet/coinselection -> wallet/wallet -> wallet/coinselection"
|
||||
)
|
||||
|
||||
EXIT_CODE=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue