core: move hardfork back to cryptonote_core

should fix a cross dependency betewen cryptonote_basic and
blockchain_db
This commit is contained in:
moneromooo-monero 2017-02-25 16:41:35 +00:00
parent beee286c7b
commit 12adb4a3f3
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
8 changed files with 10 additions and 10 deletions

View file

@ -34,7 +34,7 @@
#include "daemon/rpc_command_executor.h"
#include "rpc/core_rpc_server_commands_defs.h"
#include "cryptonote_core/cryptonote_core.h"
#include "cryptonote_basic/hardfork.h"
#include "cryptonote_core/hardfork.h"
#include <boost/format.hpp>
#include <ctime>
#include <string>