mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-18 22:20:44 +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:
parent
189c19e012
commit
4be3b7680e
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user