minor code style cleanup after recent merges

- add a missing license header
- correct some header orderings etc.
This commit is contained in:
Philip Kaufmann
2014-11-04 14:34:04 +01:00
parent 1dbabb6521
commit b4347f6035
11 changed files with 27 additions and 18 deletions

View File

@@ -6,15 +6,15 @@
#ifndef BITCOIN_SCRIPT_STANDARD_H
#define BITCOIN_SCRIPT_STANDARD_H
#include "uint256.h"
#include "script/interpreter.h"
#include "uint256.h"
#include <boost/variant.hpp>
#include <stdint.h>
class CScript;
class CKeyID;
class CScript;
/** A reference to a CScript: the Hash160 of its serialization (see script.h) */
class CScriptID : public uint160