Clean up script/standard.{h/cpp} includes

This commit is contained in:
Andrew Chow 2023-08-09 07:28:55 -04:00
parent f3c9078b4c
commit bacdb2e208
4 changed files with 10 additions and 11 deletions

View file

@ -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;