aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
authorjtimon <jtimon@blockstream.io>2014-10-21 00:13:47 +0200
committerjtimon <jtimon@blockstream.io>2014-10-27 13:54:37 +0100
commit99f41b9cf7b8e039cea75500a905498a1f6969f3 (patch)
treeec54a7cac01b19148b41f125fc887454f76a1fe8 /src/chain.h
parent561e9e9de9793c187f29ab2d41b43a36447e9357 (diff)
downloadbitcoin-99f41b9cf7b8e039cea75500a905498a1f6969f3.tar.xz
MOVEONLY: core.o -> core/block.o
Diffstat (limited to 'src/chain.h')
-rw-r--r--src/chain.h2
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"