From bf538056b24a68b8fd235b1c50991ee8eb46a776 Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 12 Jan 2024 14:02:37 +0800 Subject: refactor: use QString instead of std::string and improve threading system --- src/core/module/Module.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/module/Module.cpp') diff --git a/src/core/module/Module.cpp b/src/core/module/Module.cpp index e62d0ee7..241b448e 100644 --- a/src/core/module/Module.cpp +++ b/src/core/module/Module.cpp @@ -28,7 +28,6 @@ #include "Module.h" -#include #include #include "core/module/GlobalModuleContext.h" -- cgit v1.2.3