mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-30 10:42:23 +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
|
||||
#define BITCOIN_WALLETINITINTERFACE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class CScheduler;
|
||||
class CRPCTable;
|
||||
struct InitInterfaces;
|
||||
|
||||
class WalletInitInterface {
|
||||
|
Reference in New Issue
Block a user