diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-12-28 08:59:16 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-12-28 08:59:16 +0200 |
commit | 95a687d584f95170056e1e01c3bfb607cf5bc6c4 (patch) | |
tree | 1e6010d2ad2eddf8737cbb75d1763b1ba9a7165a /src/daemon/core.h | |
parent | Merge pull request #2944 (diff) | |
parent | daemon: remove some superfluous includes (diff) | |
download | monero-95a687d584f95170056e1e01c3bfb607cf5bc6c4.tar.xz |
Merge pull request #2945
9e07ccf1 daemon: remove some superfluous includes (moneromooo-monero)
Diffstat (limited to 'src/daemon/core.h')
-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 97f1cb8c1..bf4f9bb3d 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" |