mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02: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
|
|
@ -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
Add a link
Reference in a new issue