diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-17 10:28:39 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2017-12-17 10:28:39 +0000 |
commit | 9e07ccf1f59b4544cedfc6753dbc0b8f87625d8d (patch) | |
tree | bc1fc56e7362d88547b60d56990c11e47ce4a049 /src/daemon/core.h | |
parent | Merge pull request #2881 (diff) | |
download | monero-9e07ccf1f59b4544cedfc6753dbc0b8f87625d8d.tar.xz |
daemon: remove some superfluous includes
Diffstat (limited to '')
-rw-r--r-- | src/daemon/core.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/core.h b/src/daemon/core.h index 9e6ff5e29..c99c42989 100644 --- a/src/daemon/core.h +++ b/src/daemon/core.h @@ -31,7 +31,6 @@ #include "cryptonote_core/cryptonote_core.h" #include "cryptonote_protocol/cryptonote_protocol_handler.h" #include "misc_log_ex.h" -#include "daemon/command_line_args.h" #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "daemon" |