From 4a3587d8db9f651866ce70312ac9de11316b42c9 Mon Sep 17 00:00:00 2001 From: jtimon Date: Sat, 18 Oct 2014 02:34:06 +0200 Subject: MOVEONLY: Separate CTransaction and dependencies from core --- src/coins.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/coins.h') diff --git a/src/coins.h b/src/coins.h index b8f1e5bcc5..eafe3bec64 100644 --- a/src/coins.h +++ b/src/coins.h @@ -6,7 +6,8 @@ #ifndef BITCOIN_COINS_H #define BITCOIN_COINS_H -#include "core.h" +#include "core.h" // Only for CTxOutCompressor +#include "core/transaction.h" #include "serialize.h" #include "uint256.h" -- cgit v1.2.3