Skip to content

Commit 4be3b76

Browse files
committed
refactor: Cleanup walletinitinterface.h
Forward declarations of CScheduler and CRPCTable classes are no longer needed after ea961c3 commit. Including <string> is no longer needed after 4d4185a commit.
1 parent 189c19e commit 4be3b76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/walletinitinterface.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
#ifndef BITCOIN_WALLETINITINTERFACE_H
66
#define BITCOIN_WALLETINITINTERFACE_H
77

8-
#include <string>
9-
10-
class CScheduler;
11-
class CRPCTable;
128
struct InitInterfaces;
139

1410
class WalletInitInterface {

0 commit comments

Comments
 (0)