aboutsummaryrefslogtreecommitdiff
path: root/src/undo.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-19 04:28:43 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commit561e9e9de9793c187f29ab2d41b43a36447e9357 (patch)
treeef319f91d36d8568bd34a624e4420191f639230d /src/undo.h
parent999a2ab41ec96311c145d74822c246a3b92a9b33 (diff)
downloadbitcoin-561e9e9de9793c187f29ab2d41b43a36447e9357.tar.xz
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.h2
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"