aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/bdb.h
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-05-08 11:32:13 +0200
committerTheCharlatan <seb.kung@gmail.com>2023-05-20 12:08:13 +0200
commit7d3b35004b039f2bd606bb46a540de7babdbc41e (patch)
treed79c4a23a3c8864b9648946793454bf618b67266 /src/wallet/bdb.h
parent7eee356c0a7fefd70c8de21689efa335f52a69ba (diff)
downloadbitcoin-7d3b35004b039f2bd606bb46a540de7babdbc41e.tar.xz
refactor: Move system from util to common library
Since the kernel library no longer depends on the system file, move it to the common library instead in accordance to the diagram in doc/design/libraries.md.
Diffstat (limited to 'src/wallet/bdb.h')
-rw-r--r--src/wallet/bdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/bdb.h b/src/wallet/bdb.h
index 9134643b23..e8a57e8a5e 100644
--- a/src/wallet/bdb.h
+++ b/src/wallet/bdb.h
@@ -7,10 +7,10 @@
#define BITCOIN_WALLET_BDB_H
#include <clientversion.h>
+#include <common/system.h>
#include <serialize.h>
#include <streams.h>
#include <util/fs.h>
-#include <util/system.h>
#include <wallet/db.h>
#include <atomic>