mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-06 03:02:37 +02:00
refactor: Nuke walletmodel circular dependency
This commit is contained in:
@@ -15,11 +15,12 @@
|
||||
|
||||
#include <consensus/consensus.h>
|
||||
#include <interfaces/node.h>
|
||||
#include <interfaces/wallet.h>
|
||||
#include <key_io.h>
|
||||
#include <validation.h>
|
||||
#include <policy/policy.h>
|
||||
#include <script/script.h>
|
||||
#include <util/system.h>
|
||||
#include <policy/policy.h>
|
||||
#include <validation.h>
|
||||
#include <wallet/ismine.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
Reference in New Issue
Block a user