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:
parent
189c19e012
commit
4be3b7680e
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
|||
#ifndef BITCOIN_WALLETINITINTERFACE_H
|
||||
#define BITCOIN_WALLETINITINTERFACE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class CScheduler;
|
||||
class CRPCTable;
|
||||
struct InitInterfaces;
|
||||
|
||||
class WalletInitInterface {
|
||||
|
|
Loading…
Add table
Reference in a new issue