aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/util.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/wallet/rpc/util.cpp
parent058eb69ce47c17205a41fc667ce66429f09a332a (diff)
downloadbitcoin-3a0b352c63db543833e0f919a004cf2c5093fe9c.tar.xz
refactor: move url.h/cpp from lib util to lib common
Diffstat (limited to 'src/wallet/rpc/util.cpp')
-rw-r--r--src/wallet/rpc/util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpc/util.cpp b/src/wallet/rpc/util.cpp
index 1aa2a87e99..26270f23ed 100644
--- a/src/wallet/rpc/util.cpp
+++ b/src/wallet/rpc/util.cpp
@@ -4,9 +4,9 @@
#include <wallet/rpc/util.h>
+#include <common/url.h>
#include <rpc/util.h>
#include <util/translation.h>
-#include <util/url.h>
#include <wallet/context.h>
#include <wallet/wallet.h>