From 5207f33f45ec477a46e742434579805b0b7391b8 Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Fri, 27 Mar 2015 13:19:49 +0100 Subject: fix header include groups --- src/script/script.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/script/script.h') diff --git a/src/script/script.h b/src/script/script.h index ed456f5c5..d5045005b 100644 --- a/src/script/script.h +++ b/src/script/script.h @@ -6,6 +6,8 @@ #ifndef BITCOIN_SCRIPT_SCRIPT_H #define BITCOIN_SCRIPT_SCRIPT_H +#include "crypto/common.h" + #include #include #include @@ -14,7 +16,6 @@ #include #include #include -#include "crypto/common.h" static const unsigned int MAX_SCRIPT_ELEMENT_SIZE = 520; // bytes -- cgit v1.2.3