diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 13:29:28 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-12-01 13:29:28 +0100 |
| commit | 927caf94ad0d7b98d4b2c3833da8f0f2707d4f87 (patch) | |
| tree | d2c11ac56c8a28d6fc315660db742bd9e84876ca /src/wandad.cpp | |
| parent | f60dbe50a694e6f4bbcb68f49ded09984d934984 (diff) | |
| download | wanda-927caf94ad0d7b98d4b2c3833da8f0f2707d4f87.tar.xz wanda-927caf94ad0d7b98d4b2c3833da8f0f2707d4f87.zip | |
wanda: replace usage of iostream with spdlog
Diffstat (limited to 'src/wandad.cpp')
| -rw-r--r-- | src/wandad.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wandad.cpp b/src/wandad.cpp index c0c2517..af2e3f2 100644 --- a/src/wandad.cpp +++ b/src/wandad.cpp @@ -12,7 +12,6 @@ #include <spdlog/sinks/stdout_color_sinks.h> #include <csignal> -#include <iostream> #include <set> #include <string> |
