summary refs log tree commit diff
path: root/src/Logging.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-10-30 14:56:10 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2023-10-31 13:04:39 +0100
commit99a3e8bcf2f9ed58589638fb6a9d4f2bdf3c6b91 (patch)
tree67eab63711e16c1a0794d94928755857586cb35f /src/Logging.cpp
parentSet version in msix (diff)
downloadnheko-99a3e8bcf2f9ed58589638fb6a9d4f2bdf3c6b91.tar.xz
Speed up compilation a bit
Diffstat (limited to 'src/Logging.cpp')
-rw-r--r--src/Logging.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Logging.cpp b/src/Logging.cpp

index e7a99458..35fea1d4 100644 --- a/src/Logging.cpp +++ b/src/Logging.cpp
@@ -9,7 +9,6 @@ #include "spdlog/sinks/rotating_file_sink.h" #include "spdlog/sinks/stdout_color_sinks.h" #include "spdlog/spdlog.h" -#include <iostream> #include <QString> #include <QtGlobal>