aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
diff options
context:
space:
mode:
authorMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-28 17:21:17 +0100
committerMarcoFalke <*~=`'#}+{/-|&$^_@721217.xyz>2023-11-30 11:28:19 +0100
commitfa4fbd58169a244c14017c62218e443b18a868ef (patch)
treec8561d1ba50c5cad2ea66940ac4bc4c7a75f3133 /src/wallet/rpc
parentfa0ae22ff2c608c94b26c85040c4a1c7e9f7cf90 (diff)
downloadbitcoin-fa4fbd58169a244c14017c62218e443b18a868ef.tar.xz
Remove unused version.h include
Diffstat (limited to 'src/wallet/rpc')
-rw-r--r--src/wallet/rpc/spend.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wallet/rpc/spend.cpp b/src/wallet/rpc/spend.cpp
index aa6db11d1c..e7884af8b0 100644
--- a/src/wallet/rpc/spend.cpp
+++ b/src/wallet/rpc/spend.cpp
@@ -19,7 +19,6 @@
#include <wallet/rpc/util.h>
#include <wallet/spend.h>
#include <wallet/wallet.h>
-#include <version.h>
#include <univalue.h>