MOVEONLY: core.o -> core/block.o

This commit is contained in:
jtimon
2014-10-21 00:13:47 +02:00
parent 561e9e9de9
commit 99f41b9cf7
9 changed files with 12 additions and 12 deletions

View File

@@ -6,9 +6,9 @@
#ifndef BITCOIN_CHAIN_PARAMS_H
#define BITCOIN_CHAIN_PARAMS_H
#include "core.h"
#include "chainparamsbase.h"
#include "checkpoints.h"
#include "core/block.h"
#include "protocol.h"
#include "uint256.h"