script: add a slew of includes all around and drop includes from script.h

Lots of files ended up with indirect includes from script.h.
This commit is contained in:
Cory Fields
2014-09-24 23:32:36 -04:00
parent db8eb54bd7
commit 85c579e3a6
18 changed files with 31 additions and 7 deletions

View File

@@ -6,9 +6,12 @@
#ifndef H_BITCOIN_SCRIPT_STANDARD
#define H_BITCOIN_SCRIPT_STANDARD
#include "key.h"
#include "script/script.h"
#include "script/interpreter.h"
#include <boost/variant.hpp>
#include <stdint.h>
class CScript;