diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2015-03-27 13:19:49 +0100 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-05-14 01:02:01 -0400 |
commit | 5207f33f45ec477a46e742434579805b0b7391b8 (patch) | |
tree | b95be4cc8b07f84b3fdd57afc5a57aa0405eb7e8 /src/script/script.h | |
parent | 59b149ff829a0c7e5f18e908a3734a5a447e7007 (diff) |
fix header include groups
Diffstat (limited to 'src/script/script.h')
-rw-r--r-- | src/script/script.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/script/script.h b/src/script/script.h index ed456f5c5a..d5045005be 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 <assert.h> #include <climits> #include <limits> @@ -14,7 +16,6 @@ #include <string.h> #include <string> #include <vector> -#include "crypto/common.h" static const unsigned int MAX_SCRIPT_ELEMENT_SIZE = 520; // bytes |