mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 22:42:04 +01:00
refactor/iwyu: Complete includes for blockmanager_args
This commit is contained in:
parent
f0bb1021f0
commit
a498d699e3
2 changed files with 7 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue