aboutsummaryrefslogtreecommitdiff
path: root/src/chain.h
diff options
context:
space:
mode:
authorjtimon <[email protected]>2014-10-21 00:13:47 +0200
committerjtimon <[email protected]>2014-10-27 13:54:37 +0100
commit99f41b9cf7b8e039cea75500a905498a1f6969f3 (patch)
treeec54a7cac01b19148b41f125fc887454f76a1fe8 /src/chain.h
parentMOVEONLY: Move script/compressor out of script and put CTxOutCompressor (from (diff)
downloaddiscoin-99f41b9cf7b8e039cea75500a905498a1f6969f3.tar.xz
discoin-99f41b9cf7b8e039cea75500a905498a1f6969f3.zip
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 290150476..2a5577162 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"