From 4994f4eaa1211d402b791660ad6221154a4c2405 Mon Sep 17 00:00:00 2001 From: saturneric Date: Tue, 16 Jan 2024 11:49:50 +0800 Subject: fix: make task and threading system safer --- src/core/module/Module.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/module/Module.cpp') diff --git a/src/core/module/Module.cpp b/src/core/module/Module.cpp index 241b448e..cab72a9a 100644 --- a/src/core/module/Module.cpp +++ b/src/core/module/Module.cpp @@ -28,8 +28,6 @@ #include "Module.h" -#include - #include "core/module/GlobalModuleContext.h" namespace GpgFrontend::Module { -- cgit v1.2.3