Move CScript class and dependencies to script/script

This commit is contained in:
jtimon
2014-08-20 17:37:40 +02:00
committed by Pieter Wuille
parent 86dbeea2cd
commit cbd22a50c4
19 changed files with 957 additions and 934 deletions

View File

@ -8,7 +8,7 @@
#include "key.h"
#include "keystore.h"
#include "main.h"
#include "scriptutils.h"
#include "script/script.h"
#include "core_io.h"
#include <map>