mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Clean up script/standard.{h/cpp} includes
This commit is contained in:
parent
f3c9078b4c
commit
bacdb2e208
4 changed files with 10 additions and 11 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue