diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-19 04:28:43 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-27 13:54:37 +0100 |
commit | 561e9e9de9793c187f29ab2d41b43a36447e9357 (patch) | |
tree | ef319f91d36d8568bd34a624e4420191f639230d /src/undo.h | |
parent | 999a2ab41ec96311c145d74822c246a3b92a9b33 (diff) |
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
core) with it
Diffstat (limited to 'src/undo.h')
-rw-r--r-- | src/undo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/undo.h b/src/undo.h index 78e37f628c..232c193429 100644 --- a/src/undo.h +++ b/src/undo.h @@ -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" |