fix header include groups

This commit is contained in:
Philip Kaufmann
2015-03-27 13:19:49 +01:00
committed by Cory Fields
parent 59b149ff82
commit 5207f33f45
3 changed files with 9 additions and 8 deletions

View File

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