aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/spend.cpp
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-09 05:17:30 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:38:27 -0400
commitf3c9078b4cddec5581e52de5c216ae53984ec130 (patch)
treea70fd4ab3c3e794066bb0aed7191f60ac0370012 /src/wallet/spend.cpp
parent8bbe257bac751859a272ddf52dc0328c1b5a1ede (diff)
downloadbitcoin-f3c9078b4cddec5581e52de5c216ae53984ec130.tar.xz
Clean up things that include script/standard.h
Remove standard.h from files that don't use anything in it, and include it in files that do.
Diffstat (limited to 'src/wallet/spend.cpp')
-rw-r--r--src/wallet/spend.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/spend.cpp b/src/wallet/spend.cpp
index 9358bbeebe..4985731641 100644
--- a/src/wallet/spend.cpp
+++ b/src/wallet/spend.cpp
@@ -13,6 +13,7 @@
#include <primitives/transaction.h>
#include <script/script.h>
#include <script/signingprovider.h>
+#include <script/standard.h>
#include <util/check.h>
#include <util/fees.h>
#include <util/moneystr.h>