diff options
author | saturneric <[email protected]> | 2024-01-05 14:21:11 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-05 14:21:11 +0000 |
commit | aeea160079b8ffd7f4f7c8accb20297e4f930f9a (patch) | |
tree | ec43bdc1d5134cdbe9c1dd1eeaa9474724113ab9 /src/module/sdk/Log.cpp | |
parent | fix: slove a multi-threads issue at task model (diff) | |
download | GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.tar.gz GpgFrontend-aeea160079b8ffd7f4f7c8accb20297e4f930f9a.zip |
feat: improve tool menus and icons
Diffstat (limited to '')
-rw-r--r-- | src/module/sdk/Log.cpp | 4 |
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> |