Skip to content

Commit 6dc3084

Browse files
author
MacroFake
committed
Merge bitcoin/bitcoin#25668: refactor: Fix iwyu on node/chainstate
fad3c58 refactor: Fix iwyu on node/chainstate (MacroFake) Pull request description: Fix the CI warning on master: https://cirrus-ci.com/task/5398182703136768?logs=ci#L7020 ACKs for top commit: fanquake: ACK fad3c58 - could do chain.h Tree-SHA512: 94f6ea0b3d9667863a4217b65bd1b9e07c65bdb566378faf0727bae5eb38d2d527ecae0c39efdda740b7ab7c8269141437ffbcb470cca7d559f09b8ee132d101
2 parents 510ac41 + fad3c58 commit 6dc3084

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/node/chainstate.cpp

Lines changed: 2 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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)