diff options
| author | jtimon <[email protected]> | 2014-08-23 03:35:51 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2014-09-08 20:21:35 +0200 |
| commit | c4408a6c8534a36711557028a69314024cbc1bbe (patch) | |
| tree | eccd3df9057ee057ffb27844295cd54fa2366a72 /src/core_write.cpp | |
| parent | Separate script/interpreter (diff) | |
| download | discoin-c4408a6c8534a36711557028a69314024cbc1bbe.tar.xz discoin-c4408a6c8534a36711557028a69314024cbc1bbe.zip | |
Separate script/standard
Diffstat (limited to 'src/core_write.cpp')
| -rw-r--r-- | src/core_write.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core_write.cpp b/src/core_write.cpp index e81661180..62712b1ba 100644 --- a/src/core_write.cpp +++ b/src/core_write.cpp @@ -4,7 +4,8 @@ #include "core_io.h" #include "univalue/univalue.h" -#include "scriptutils.h" +#include "script/script.h" +#include "script/standard.h" #include "core.h" #include "serialize.h" #include "util.h" |