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/executor.cpp | |
parent | Merge pull request #2881 (diff) | |
download | monero-9e07ccf1f59b4544cedfc6753dbc0b8f87625d8d.tar.xz |
daemon: remove some superfluous includes
Diffstat (limited to 'src/daemon/executor.cpp')
-rw-r--r-- | src/daemon/executor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/daemon/executor.cpp b/src/daemon/executor.cpp index 6130bfa28..3379eeca4 100644 --- a/src/daemon/executor.cpp +++ b/src/daemon/executor.cpp @@ -30,7 +30,6 @@ #include "daemon/executor.h" -#include "common/command_line.h" #include "cryptonote_config.h" #include "version.h" |