aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/protocol.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-17 10:28:39 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-17 10:28:39 +0000
commit9e07ccf1f59b4544cedfc6753dbc0b8f87625d8d (patch)
treebc1fc56e7362d88547b60d56990c11e47ce4a049 /src/daemon/protocol.h
parentMerge pull request #2881 (diff)
downloadmonero-9e07ccf1f59b4544cedfc6753dbc0b8f87625d8d.tar.xz
daemon: remove some superfluous includes
Diffstat (limited to '')
-rw-r--r--src/daemon/protocol.h2
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
{