aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/module/Module.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-12 12:53:16 +0000
committersaturneric <[email protected]>2024-07-12 12:58:34 +0000
commit9f61a1f86ca85da52a13a57290db95655cd5740e (patch)
tree16a5408934cdfb2fa8d59e38c707f374becd31c7 /src/core/module/Module.cpp
parentfeat: move modules' code out of repo (diff)
downloadGpgFrontend-9f61a1f86ca85da52a13a57290db95655cd5740e.tar.gz
GpgFrontend-9f61a1f86ca85da52a13a57290db95655cd5740e.zip
feat: improve the project structure
Diffstat (limited to 'src/core/module/Module.cpp')
-rw-r--r--src/core/module/Module.cpp2
1 files changed, 1 insertions, 1 deletions
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 {