aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/protocol.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-12-28 08:59:16 +0200
committerRiccardo Spagni <ric@spagni.net>2017-12-28 08:59:16 +0200
commit95a687d584f95170056e1e01c3bfb607cf5bc6c4 (patch)
tree1e6010d2ad2eddf8737cbb75d1763b1ba9a7165a /src/daemon/protocol.h
parentMerge pull request #2944 (diff)
parentdaemon: remove some superfluous includes (diff)
downloadmonero-95a687d584f95170056e1e01c3bfb607cf5bc6c4.tar.xz
Merge pull request #2945
9e07ccf1 daemon: remove some superfluous includes (moneromooo-monero)
Diffstat (limited to 'src/daemon/protocol.h')
-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
{