diff options
author | saturneric <[email protected]> | 2023-10-17 15:45:10 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-10-17 15:45:10 +0000 |
commit | 459cd3d0e512a1166b3a09233c22b7357b514760 (patch) | |
tree | 9ab0484a6d17ca7971f54f46a9d74b1c971f8b28 /src/module/system/Module.cpp | |
parent | fix: slove compile issues (diff) | |
download | GpgFrontend-459cd3d0e512a1166b3a09233c22b7357b514760.tar.gz GpgFrontend-459cd3d0e512a1166b3a09233c22b7357b514760.zip |
refactor: move module system to core and make it work
Diffstat (limited to '')
-rw-r--r-- | src/core/module/Module.cpp (renamed from src/module/system/Module.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/module/system/Module.cpp b/src/core/module/Module.cpp index 6aafa681..d84b74af 100644 --- a/src/module/system/Module.cpp +++ b/src/core/module/Module.cpp @@ -30,7 +30,7 @@ #include <memory> -#include "module/system/GlobalModuleContext.h" +#include "core/module/GlobalModuleContext.h" namespace GpgFrontend::Module { |