diff options
author | Andrew Chow <github@achow101.com> | 2023-08-09 05:17:30 -0400 |
---|---|---|
committer | Andrew Chow <github@achow101.com> | 2023-08-14 17:38:27 -0400 |
commit | f3c9078b4cddec5581e52de5c216ae53984ec130 (patch) | |
tree | a70fd4ab3c3e794066bb0aed7191f60ac0370012 /src/bench/verify_script.cpp | |
parent | 8bbe257bac751859a272ddf52dc0328c1b5a1ede (diff) |
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/bench/verify_script.cpp')
-rw-r--r-- | src/bench/verify_script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bench/verify_script.cpp b/src/bench/verify_script.cpp index 757094167a..11f96b1005 100644 --- a/src/bench/verify_script.cpp +++ b/src/bench/verify_script.cpp @@ -8,7 +8,7 @@ #include <script/bitcoinconsensus.h> #endif #include <script/script.h> -#include <script/standard.h> +#include <script/interpreter.h> #include <streams.h> #include <test/util/transaction_utils.h> |