diff options
author | saturneric <[email protected]> | 2024-07-12 12:53:16 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-12 12:58:34 +0000 |
commit | 9f61a1f86ca85da52a13a57290db95655cd5740e (patch) | |
tree | 16a5408934cdfb2fa8d59e38c707f374becd31c7 /src/core/module/Module.cpp | |
parent | feat: move modules' code out of repo (diff) | |
download | GpgFrontend-9f61a1f86ca85da52a13a57290db95655cd5740e.tar.gz GpgFrontend-9f61a1f86ca85da52a13a57290db95655cd5740e.zip |
feat: improve the project structure
Diffstat (limited to '')
-rw-r--r-- | src/core/module/Module.cpp | 2 |
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 { |