Merge #16830: refactor: wallet: Cleanup walletinitinterface.h
4be3b7680e
refactor: Cleanup walletinitinterface.h (Hennadii Stepanov) Pull request description: Forward declarations of `CScheduler` and `CRPCTable` classes are no longer needed afterea961c3d72
(#14437) commit. Including `<string>` is no longer needed after4d4185a4f0
(#13190) commit. ACKs for top commit: theStack: ACK4be3b76
promag: ACK4be3b7680e
. kristapsk: ACK4be3b7680e
(tested that it builds) Tree-SHA512: 5ed72e3deda3d7c7fb698a1a11db76199727e6c570dfc78422690dbda9a92af32e1913920062dd3c9f618095e7498c219ff9c145a4c151486865ebeaa20a1d3c
This commit is contained in:
commit
91fcb9ff66
1 changed files with 0 additions and 4 deletions
|
@ -5,10 +5,6 @@
|
|||
#ifndef BITCOIN_WALLETINITINTERFACE_H
|
||||
#define BITCOIN_WALLETINITINTERFACE_H
|
||||
|
||||
#include <string>
|
||||
|
||||
class CScheduler;
|
||||
class CRPCTable;
|
||||
struct InitInterfaces;
|
||||
|
||||
class WalletInitInterface {
|
||||
|
|
Loading…
Reference in a new issue