diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-09-08 17:29:30 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2019-09-08 17:29:30 +0300 |
commit | 4be3b7680e6324294d9241232a6f1eae36c85a9e (patch) | |
tree | e27e39cb83ee2d7d960e0edb88924787f6ac3b64 | |
parent | 189c19e012427a0068fc51b9fcb1428dc28aa681 (diff) |
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.
-rw-r--r-- | src/walletinitinterface.h | 4 |
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 { |