From 459cd3d0e512a1166b3a09233c22b7357b514760 Mon Sep 17 00:00:00 2001 From: saturneric Date: Tue, 17 Oct 2023 23:45:10 +0800 Subject: refactor: move module system to core and make it work --- src/module/sdk/GpgFrontendModuleSDK.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/module/sdk/GpgFrontendModuleSDK.h') diff --git a/src/module/sdk/GpgFrontendModuleSDK.h b/src/module/sdk/GpgFrontendModuleSDK.h index 47b017bf..bb38d7bb 100644 --- a/src/module/sdk/GpgFrontendModuleSDK.h +++ b/src/module/sdk/GpgFrontendModuleSDK.h @@ -28,5 +28,5 @@ #pragma once -#include -#include \ No newline at end of file +#include +#include \ No newline at end of file -- cgit v1.2.3