From 9f61a1f86ca85da52a13a57290db95655cd5740e Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 12 Jul 2024 14:53:16 +0200 Subject: feat: improve the project structure --- src/core/module/Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/module/Module.cpp') diff --git a/src/core/module/Module.cpp b/src/core/module/Module.cpp index 9c875fce..202f9d81 100644 --- a/src/core/module/Module.cpp +++ b/src/core/module/Module.cpp @@ -31,7 +31,7 @@ #include "core/module/GlobalModuleContext.h" #include "core/utils/CommonUtils.h" #include "core/utils/IOUtils.h" -#include "module/sdk/GFSDKModule.h" +#include "sdk/GFSDKModule.h" #include "utils/BuildInfoUtils.h" namespace GpgFrontend::Module { -- cgit v1.2.3