aboutsummaryrefslogtreecommitdiff
path: root/src/bitcoin-wallet.cpp
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-10-14 13:55:53 +0800
committerfanquake <fanquake@gmail.com>2022-10-31 10:17:04 +0000
commit3a0b352c63db543833e0f919a004cf2c5093fe9c (patch)
tree039448fe79ddaa2b74cc23629238f01ee181523e /src/bitcoin-wallet.cpp
parent058eb69ce47c17205a41fc667ce66429f09a332a (diff)
downloadbitcoin-3a0b352c63db543833e0f919a004cf2c5093fe9c.tar.xz
refactor: move url.h/cpp from lib util to lib common
Diffstat (limited to 'src/bitcoin-wallet.cpp')
-rw-r--r--src/bitcoin-wallet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bitcoin-wallet.cpp b/src/bitcoin-wallet.cpp
index d556300ee2..78c1a2060c 100644
--- a/src/bitcoin-wallet.cpp
+++ b/src/bitcoin-wallet.cpp
@@ -9,6 +9,7 @@
#include <chainparams.h>
#include <chainparamsbase.h>
#include <clientversion.h>
+#include <common/url.h>
#include <compat/compat.h>
#include <interfaces/init.h>
#include <key.h>
@@ -17,7 +18,6 @@
#include <tinyformat.h>
#include <util/system.h>
#include <util/translation.h>
-#include <util/url.h>
#include <wallet/wallettool.h>
#include <exception>