MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from

core) with it
This commit is contained in:
jtimon
2014-10-19 04:28:43 +02:00
parent 999a2ab41e
commit 561e9e9de9
8 changed files with 93 additions and 93 deletions

View File

@@ -6,7 +6,7 @@
#ifndef H_BITCOIN_TXUNDO
#define H_BITCOIN_TXUNDO
#include "core.h" // Only for CTxOutCompressor
#include "compressor.h"
#include "core/transaction.h"
#include "serialize.h"