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/coins.h | |
parent | 999a2ab41ec96311c145d74822c246a3b92a9b33 (diff) |
MOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from
core) with it
Diffstat (limited to 'src/coins.h')
-rw-r--r-- | src/coins.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coins.h b/src/coins.h index 295b3d70d1..ee9051562b 100644 --- a/src/coins.h +++ b/src/coins.h @@ -6,8 +6,7 @@ #ifndef BITCOIN_COINS_H #define BITCOIN_COINS_H -#include "core.h" // Only for CTxOutCompressor -#include "core/transaction.h" +#include "compressor.h" #include "serialize.h" #include "uint256.h" #include "undo.h" |