From 4be3b7680e6324294d9241232a6f1eae36c85a9e Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sun, 8 Sep 2019 17:29:30 +0300 Subject: refactor: Cleanup walletinitinterface.h Forward declarations of CScheduler and CRPCTable classes are no longer needed after ea961c3d7256c66146b4976ab1293db4a628c0de commit. Including is no longer needed after 4d4185a4f0e40c033a587871839a47cb3f89ee93 commit. --- src/walletinitinterface.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/walletinitinterface.h') diff --git a/src/walletinitinterface.h b/src/walletinitinterface.h index 22aca65990..2e1fdf4f3a 100644 --- a/src/walletinitinterface.h +++ b/src/walletinitinterface.h @@ -5,10 +5,6 @@ #ifndef BITCOIN_WALLETINITINTERFACE_H #define BITCOIN_WALLETINITINTERFACE_H -#include - -class CScheduler; -class CRPCTable; struct InitInterfaces; class WalletInitInterface { -- cgit v1.2.3