aboutsummaryrefslogtreecommitdiff
path: root/src/walletinitinterface.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-09-08 17:29:30 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-09-08 17:29:30 +0300
commit4be3b7680e6324294d9241232a6f1eae36c85a9e (patch)
treee27e39cb83ee2d7d960e0edb88924787f6ac3b64 /src/walletinitinterface.h
parent189c19e012427a0068fc51b9fcb1428dc28aa681 (diff)
downloadbitcoin-4be3b7680e6324294d9241232a6f1eae36c85a9e.tar.xz
refactor: Cleanup walletinitinterface.h
Forward declarations of CScheduler and CRPCTable classes are no longer needed after ea961c3d7256c66146b4976ab1293db4a628c0de commit. Including <string> is no longer needed after 4d4185a4f0e40c033a587871839a47cb3f89ee93 commit.
Diffstat (limited to 'src/walletinitinterface.h')
-rw-r--r--src/walletinitinterface.h4
1 files changed, 0 insertions, 4 deletions
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 <string>
-
-class CScheduler;
-class CRPCTable;
struct InitInterfaces;
class WalletInitInterface {