aboutsummaryrefslogtreecommitdiff
path: root/src/script/standard.cpp
diff options
context:
space:
mode:
authorAndrew Chow <github@achow101.com>2023-08-09 07:28:55 -0400
committerAndrew Chow <github@achow101.com>2023-08-14 17:38:27 -0400
commitbacdb2e208531124e85ed2d4ea2a4b508fbb5088 (patch)
treecda736244bff86f084188dae122ac0e430014046 /src/script/standard.cpp
parentf3c9078b4cddec5581e52de5c216ae53984ec130 (diff)
downloadbitcoin-bacdb2e208531124e85ed2d4ea2a4b508fbb5088.tar.xz
Clean up script/standard.{h/cpp} includes
Diffstat (limited to 'src/script/standard.cpp')
-rw-r--r--src/script/standard.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/script/standard.cpp b/src/script/standard.cpp
index 6cbcf9a016..40ae381f0f 100644
--- a/src/script/standard.cpp
+++ b/src/script/standard.cpp
@@ -4,15 +4,13 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <script/standard.h>
-
-#include <crypto/sha256.h>
-#include <hash.h>
#include <pubkey.h>
#include <script/interpreter.h>
#include <script/script.h>
-#include <util/strencodings.h>
+#include <span.h>
#include <string>
+#include <algorithm>
typedef std::vector<unsigned char> valtype;