Skip to content

Commit fad3c58

Browse files
author
MacroFake
committed
refactor: Fix iwyu on node/chainstate
1 parent b8067cd commit fad3c58

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/node/chainstate.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@
1111
#include <node/caches.h>
1212
#include <sync.h>
1313
#include <threadsafety.h>
14+
#include <tinyformat.h>
1415
#include <txdb.h>
1516
#include <uint256.h>
1617
#include <util/time.h>
18+
#include <util/translation.h>
1719
#include <validation.h>
1820

1921
#include <algorithm>

src/node/chainstate.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
#ifndef BITCOIN_NODE_CHAINSTATE_H
66
#define BITCOIN_NODE_CHAINSTATE_H
77

8+
#include <util/translation.h>
89
#include <validation.h>
910

1011
#include <cstdint>
1112
#include <functional>
12-
#include <optional>
13+
#include <tuple>
1314

14-
class ChainstateManager;
1515
class CTxMemPool;
1616

1717
namespace node {

0 commit comments

Comments
 (0)