aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/sdk/Log.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-01-05 14:21:11 +0000
committersaturneric <[email protected]>2024-01-05 14:21:11 +0000
commitaeea160079b8ffd7f4f7c8accb20297e4f930f9a (patch)
treeec43bdc1d5134cdbe9c1dd1eeaa9474724113ab9 /src/module/sdk/Log.cpp
parentfix: slove a multi-threads issue at task model (diff)
downloadGpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.tar.gz
GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.zip
feat: improve tool menus and icons
Diffstat (limited to '')
-rw-r--r--src/module/sdk/Log.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/module/sdk/Log.cpp b/src/module/sdk/Log.cpp
index 7b0e4cca..384fac1d 100644
--- a/src/module/sdk/Log.cpp
+++ b/src/module/sdk/Log.cpp
@@ -28,10 +28,6 @@
#include "Log.h"
-#include <spdlog/async.h>
-#include <spdlog/common.h>
-#include <spdlog/sinks/rotating_file_sink.h>
-#include <spdlog/sinks/stdout_color_sinks.h>
#include <stdexcept>