Skip to content

Commit

Permalink
Merge bitcoin#16830: refactor: wallet: Cleanup walletinitinterface.h
Browse files Browse the repository at this point in the history
4be3b76 refactor: Cleanup walletinitinterface.h (Hennadii Stepanov)

Pull request description:

  Forward declarations of `CScheduler` and `CRPCTable` classes are no longer needed after ea961c3 (bitcoin#14437) commit.

  Including `<string>` is no longer needed after 4d4185a (bitcoin#13190) commit.

ACKs for top commit:
  theStack:
    ACK 4be3b76
  promag:
    ACK 4be3b76.
  kristapsk:
    ACK 4be3b76 (tested that it builds)

Tree-SHA512: 5ed72e3deda3d7c7fb698a1a11db76199727e6c570dfc78422690dbda9a92af32e1913920062dd3c9f618095e7498c219ff9c145a4c151486865ebeaa20a1d3c
  • Loading branch information
meshcollider authored and PastaPastaPasta committed Nov 3, 2021
1 parent 0cb1a9d commit d33c479
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/walletinitinterface.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
#ifndef BITCOIN_WALLETINITINTERFACE_H
#define BITCOIN_WALLETINITINTERFACE_H

#include <string>

class CScheduler;
class CRPCTable;
struct InitInterfaces;

class WalletInitInterface {
Expand Down

0 comments on commit d33c479

Please sign in to comment.