aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/util.cpp
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-05-17 17:47:25 +0200
committerTheCharlatan <seb.kung@gmail.com>2023-05-20 12:03:33 +0200
commit7eee356c0a7fefd70c8de21689efa335f52a69ba (patch)
tree424f75e0ee33d4a7de12976123f59ee14eb5a729 /src/wallet/rpc/util.cpp
parent44de325d95447498036479c3112ba741caf45bf6 (diff)
downloadbitcoin-7eee356c0a7fefd70c8de21689efa335f52a69ba.tar.xz
refactor: Split util::AnyPtr into its own file
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 4ff44b84b0..06ec7db1bc 100644
--- a/src/wallet/rpc/util.cpp
+++ b/src/wallet/rpc/util.cpp
@@ -6,7 +6,7 @@
#include <common/url.h>
#include <rpc/util.h>
-#include <util/system.h>
+#include <util/any.h>
#include <util/translation.h>
#include <wallet/context.h>
#include <wallet/wallet.h>