diff options
author | jtimon <jtimon@blockstream.io> | 2014-10-21 00:13:47 +0200 |
---|---|---|
committer | jtimon <jtimon@blockstream.io> | 2014-10-27 13:54:37 +0100 |
commit | 99f41b9cf7b8e039cea75500a905498a1f6969f3 (patch) | |
tree | ec54a7cac01b19148b41f125fc887454f76a1fe8 /src/chain.h | |
parent | 561e9e9de9793c187f29ab2d41b43a36447e9357 (diff) |
MOVEONLY: core.o -> core/block.o
Diffstat (limited to 'src/chain.h')
-rw-r--r-- | src/chain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/chain.h b/src/chain.h index 290150476e..2a55771622 100644 --- a/src/chain.h +++ b/src/chain.h @@ -6,7 +6,7 @@ #ifndef H_BITCOIN_CHAIN #define H_BITCOIN_CHAIN -#include "core.h" +#include "core/block.h" #include "pow.h" #include "tinyformat.h" #include "uint256.h" |