From 7a8e4d590a4551516dee5722f520301e4b17ede6 Mon Sep 17 00:00:00 2001 From: svost Date: Tue, 4 Jan 2022 13:33:33 +0300 Subject: [PATCH] Update headers in script cpp h files --- src/script.cpp | 1 + src/script.h | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/script.cpp b/src/script.cpp index 0909c8f..736fdb0 100644 --- a/src/script.cpp +++ b/src/script.cpp @@ -10,6 +10,7 @@ #include "main.h" #include "sync.h" #include "util.h" +#include "base58.h" bool CheckSig(std::vector vchSig, const std::vector &vchPubKey, const CScript &scriptCode, const CTransaction& txTo, unsigned int nIn, int nHashType, int flags); diff --git a/src/script.h b/src/script.h index 12238fd..b421ca7 100644 --- a/src/script.h +++ b/src/script.h @@ -5,12 +5,12 @@ #ifndef H_BITCOIN_SCRIPT #define H_BITCOIN_SCRIPT +#include "keystore.h" +#include "bignum.h" + #include #include -#include "keystore.h" -#include "bignum.h" -#include "base58.h" typedef std::vector valtype; -- 1.7.1