mirror of
https://github.com/monero-project/monero.git
synced 2026-01-19 16:10:35 -08:00
extract some basic code from libcryptonote_core into libcryptonote_basic
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
#include "common/scoped_message_writer.h"
|
||||
#include "common/util.h"
|
||||
#include "cryptonote_core/cryptonote_core.h"
|
||||
#include "cryptonote_core/miner.h"
|
||||
#include "cryptonote_basic/miner.h"
|
||||
#include "daemon/command_server.h"
|
||||
#include "daemon/daemon.h"
|
||||
#include "daemon/executor.h"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
#include "daemon/rpc_command_executor.h"
|
||||
#include "rpc/core_rpc_server_commands_defs.h"
|
||||
#include "cryptonote_core/cryptonote_core.h"
|
||||
#include "cryptonote_core/hardfork.h"
|
||||
#include "cryptonote_basic/hardfork.h"
|
||||
#include <boost/format.hpp>
|
||||
#include <ctime>
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user