mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-01 11:11:15 +02:00
refactor: Cleanup walletinitinterface.h
Forward declarations of CScheduler and CRPCTable classes are no longer needed afterea961c3d72
commit. Including <string> is no longer needed after4d4185a4f0
commit.
This commit is contained in:
@ -5,10 +5,6 @@
|
|||||||
#ifndef BITCOIN_WALLETINITINTERFACE_H
|
#ifndef BITCOIN_WALLETINITINTERFACE_H
|
||||||
#define BITCOIN_WALLETINITINTERFACE_H
|
#define BITCOIN_WALLETINITINTERFACE_H
|
||||||
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
class CScheduler;
|
|
||||||
class CRPCTable;
|
|
||||||
struct InitInterfaces;
|
struct InitInterfaces;
|
||||||
|
|
||||||
class WalletInitInterface {
|
class WalletInitInterface {
|
||||||
|
Reference in New Issue
Block a user