Skip to content

Commit

Permalink
Merge bitcoin#25668: refactor: Fix iwyu on node/chainstate
Browse files Browse the repository at this point in the history
  • Loading branch information
MacroFake authored and jagdeep sidhu committed Jul 22, 2022
1 parent ff4a86b commit 1863205
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/node/chainstate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
#include <node/caches.h>
#include <sync.h>
#include <threadsafety.h>
#include <tinyformat.h>
#include <txdb.h>
#include <uint256.h>
#include <util/time.h>
#include <util/translation.h>
#include <validation.h>
// SYSCOIN
#include <services/assetconsensus.h>
Expand Down
4 changes: 2 additions & 2 deletions src/node/chainstate.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
#ifndef SYSCOIN_NODE_CHAINSTATE_H
#define SYSCOIN_NODE_CHAINSTATE_H

#include <util/translation.h>
#include <validation.h>

#include <cstdint>
#include <functional>
#include <optional>
#include <tuple>

class ChainstateManager;
// SYSCOIN
class CConnman;
class BanMan;
Expand Down

0 comments on commit 1863205

Please sign in to comment.