From 12adb4a3f3ce7b3a9263ba187589a086f1b2fa54 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 25 Feb 2017 16:41:35 +0000 Subject: core: move hardfork back to cryptonote_core should fix a cross dependency betewen cryptonote_basic and blockchain_db --- src/daemon/rpc_command_executor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/rpc_command_executor.cpp') diff --git a/src/daemon/rpc_command_executor.cpp b/src/daemon/rpc_command_executor.cpp index b33736839..e7c3496c1 100644 --- a/src/daemon/rpc_command_executor.cpp +++ b/src/daemon/rpc_command_executor.cpp @@ -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 #include #include -- cgit v1.2.3