refactor: Cleanup walletinitinterface.h

Forward declarations of CScheduler and CRPCTable classes are no longer 
needed after ea961c3d72 commit.
Including <string> is no longer needed after 
4d4185a4f0 commit.
This commit is contained in:
Hennadii Stepanov 2019-09-08 17:29:30 +03:00
parent 189c19e012
commit 4be3b7680e
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -5,10 +5,6 @@
#ifndef BITCOIN_WALLETINITINTERFACE_H
#define BITCOIN_WALLETINITINTERFACE_H
#include <string>
class CScheduler;
class CRPCTable;
struct InitInterfaces;
class WalletInitInterface {