diff options
author | saturneric <[email protected]> | 2023-10-25 10:26:26 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-25 10:26:26 +0000 |
commit | 124929609eabff19359caad276a10f1026793c0f (patch) | |
tree | c743376267928e60291b4f14bd78bd2b76f955c7 /src/core/module/GlobalModuleContext.cpp | |
parent | feat: use rt listen publish event function in main windows' app version upgra... (diff) | |
download | GpgFrontend-124929609eabff19359caad276a10f1026793c0f.tar.gz GpgFrontend-124929609eabff19359caad276a10f1026793c0f.zip |
fix: solve some code tidy issues
Diffstat (limited to 'src/core/module/GlobalModuleContext.cpp')
-rw-r--r-- | src/core/module/GlobalModuleContext.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/module/GlobalModuleContext.cpp b/src/core/module/GlobalModuleContext.cpp index 1e6d87b1..edd35000 100644 --- a/src/core/module/GlobalModuleContext.cpp +++ b/src/core/module/GlobalModuleContext.cpp @@ -38,7 +38,6 @@ #include "core/module/Event.h" #include "core/module/Module.h" #include "core/thread/Task.h" -#include "spdlog/spdlog.h" #include "thread/DataObject.h" namespace GpgFrontend::Module { |