diff options
| author | jtimon <[email protected]> | 2014-10-18 02:34:06 +0200 |
|---|---|---|
| committer | jtimon <[email protected]> | 2014-10-27 13:54:37 +0100 |
| commit | 4a3587d8db9f651866ce70312ac9de11316b42c9 (patch) | |
| tree | 4717c2c662fb32ff2286f6bb656659566a2fe2ea /src/coins.h | |
| parent | MOVEONLY: Move CFeeRate and Amount constants to amount.o (diff) | |
| download | discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.tar.xz discoin-4a3587d8db9f651866ce70312ac9de11316b42c9.zip | |
MOVEONLY: Separate CTransaction and dependencies from core
Diffstat (limited to 'src/coins.h')
| -rw-r--r-- | src/coins.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coins.h b/src/coins.h index b8f1e5bcc..eafe3bec6 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" |