mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 22:18:54 +01:00
move-only: Move settings to the common library
The background of this commit is an ongoing effort to decouple the libbitcoinkernel library from code that is not strictly required by it. The settings code belongs into the common library and namespace, since the kernel library should not depend on it. See doc/design/libraries.md for more information on this rationale. Changing the namespace of the moved functions is scripted in the following commit.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#include <chainparams.h>
|
||||
#include <clientversion.h>
|
||||
#include <common/args.h>
|
||||
#include <common/settings.h>
|
||||
#include <cstdint>
|
||||
#include <hash.h>
|
||||
#include <logging.h>
|
||||
@@ -21,7 +22,6 @@
|
||||
#include <univalue.h>
|
||||
#include <util/fs.h>
|
||||
#include <util/fs_helpers.h>
|
||||
#include <util/settings.h>
|
||||
#include <util/translation.h>
|
||||
|
||||
namespace {
|
||||
|
||||
Reference in New Issue
Block a user