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/protocol.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/protocol.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/daemon/protocol.h b/src/daemon/protocol.h index fc5edbcaa..01de535d5 100644 --- a/src/daemon/protocol.h +++ b/src/daemon/protocol.h @@ -33,8 +33,6 @@ #undef MONERO_DEFAULT_LOG_CATEGORY #define MONERO_DEFAULT_LOG_CATEGORY "daemon" -#include "common/scoped_message_writer.h" - namespace daemonize { |