diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-02 22:41:55 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-08-02 22:43:38 +0100 |
commit | 328bebbe4be27bfa4a4eb34c60d7f72be9e7b3aa (patch) | |
tree | 42f8a33d309a03783d8e97a3d96dd58c54e9c79b | |
parent | Merge pull request #2159 (diff) | |
download | monero-328bebbe4be27bfa4a4eb34c60d7f72be9e7b3aa.tar.xz |
daemon: some more include cleanup
-rw-r--r-- | src/daemon/rpc_command_executor.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index 3f551bd14..0ff03d35a 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -42,10 +42,7 @@ #include "common/common_fwd.h" #include "common/rpc_client.h" -#include "misc_log_ex.h" -#include "cryptonote_core/cryptonote_core.h" -#include "cryptonote_protocol/cryptonote_protocol_handler.h" -#include "p2p/net_node.h" +#include "cryptonote_basic/cryptonote_basic.h" #include "rpc/core_rpc_server.h" #undef MONERO_DEFAULT_LOG_CATEGORY |