mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02: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:
parent
c2dae5d7d8
commit
c27e4bdc35
13 changed files with 21 additions and 17 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include <common/args.h>
|
||||
|
||||
#include <chainparamsbase.h>
|
||||
#include <common/settings.h>
|
||||
#include <logging.h>
|
||||
#include <sync.h>
|
||||
#include <tinyformat.h>
|
||||
|
|
@ -14,7 +15,6 @@
|
|||
#include <util/check.h>
|
||||
#include <util/fs.h>
|
||||
#include <util/fs_helpers.h>
|
||||
#include <util/settings.h>
|
||||
#include <util/strencodings.h>
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue