aboutsummaryrefslogtreecommitdiff
path: root/src/message.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-01 13:29:28 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-01 13:29:28 +0100
commit927caf94ad0d7b98d4b2c3833da8f0f2707d4f87 (patch)
treed2c11ac56c8a28d6fc315660db742bd9e84876ca /src/message.cpp
parentf60dbe50a694e6f4bbcb68f49ded09984d934984 (diff)
downloadwanda-927caf94ad0d7b98d4b2c3833da8f0f2707d4f87.tar.xz
wanda-927caf94ad0d7b98d4b2c3833da8f0f2707d4f87.zip
wanda: replace usage of iostream with spdlog
Diffstat (limited to 'src/message.cpp')
-rw-r--r--src/message.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/message.cpp b/src/message.cpp
index 9900939..47a4414 100644
--- a/src/message.cpp
+++ b/src/message.cpp
@@ -4,8 +4,6 @@
#include <ios>
#include <sstream>
-#include <iostream>
-
namespace wanda
{