Skip to content

Commit

Permalink
refactor/iwyu: Complete includes for blockmanager_args
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCharlatan committed May 10, 2023
1 parent f0bb102 commit a498d69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/test/06_script_b.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ if [ "${RUN_TIDY}" = "true" ]; then
src/dbwrapper.cpp \
src/init \
src/kernel \
src/node/blockmanager_args.cpp \
src/node/chainstate.cpp \
src/node/chainstatemanager_args.cpp \
src/node/mempool_args.cpp \
Expand Down
6 changes: 6 additions & 0 deletions src/node/blockmanager_args.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@
#include <node/blockmanager_args.h>

#include <common/args.h>
#include <node/blockstorage.h>
#include <tinyformat.h>
#include <util/translation.h>
#include <validation.h>

#include <cstdint>
#include <optional>

namespace node {
std::optional<bilingual_str> ApplyArgsManOptions(const ArgsManager& args, BlockManager::Options& opts)
{
Expand Down

0 comments on commit a498d69

Please sign in to comment.