aboutsummaryrefslogtreecommitdiff
path: root/src/core.h
diff options
context:
space:
mode:
authorjtimon <jtimon@monetize.io>2014-08-20 18:33:30 +0200
committerPieter Wuille <pieter.wuille@gmail.com>2014-09-08 20:21:35 +0200
commit9294a4bbe7ec067a45905b6e693414ad7d3b5669 (patch)
tree514980981adea5dffbc292b8e136bcfce01956df /src/core.h
parentc4408a6c8534a36711557028a69314024cbc1bbe (diff)
downloadbitcoin-9294a4bbe7ec067a45905b6e693414ad7d3b5669.tar.xz
Separate CScriptCompressor
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 0df75670fd..030eb17734 100644
--- a/src/core.h
+++ b/src/core.h
@@ -6,7 +6,8 @@
#ifndef BITCOIN_CORE_H
#define BITCOIN_CORE_H
-#include "scriptutils.h"
+#include "script/compressor.h"
+#include "script/script.h"
#include "serialize.h"
#include "uint256.h"