Separate CScriptCompressor

This commit is contained in:
jtimon
2014-08-20 18:33:30 +02:00
committed by Pieter Wuille
parent c4408a6c85
commit 9294a4bbe7
6 changed files with 215 additions and 195 deletions

View File

@@ -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"