diff options
author | jtimon <jtimon@monetize.io> | 2014-08-20 17:37:40 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2014-09-08 20:19:31 +0200 |
commit | cbd22a50c4b3d2d0f133c5f8d34c9c7aca9c7f4f (patch) | |
tree | f7d2577fc90f9463b0f10dd04a060d42b4ed70f4 /src/core_read.cpp | |
parent | 86dbeea2cdd5749374c98afea3e4f5f49817f746 (diff) |
Move CScript class and dependencies to script/script
Diffstat (limited to 'src/core_read.cpp')
-rw-r--r-- | src/core_read.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core_read.cpp b/src/core_read.cpp index 41d8d6b492..efcecb106f 100644 --- a/src/core_read.cpp +++ b/src/core_read.cpp @@ -5,7 +5,7 @@ #include "core_io.h" #include "core.h" #include "serialize.h" -#include "scriptutils.h" +#include "script/script.h" #include "util.h" #include <boost/assign/list_of.hpp> |