aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/system/Module.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-17 15:45:10 +0000
committersaturneric <[email protected]>2023-10-17 15:45:10 +0000
commit459cd3d0e512a1166b3a09233c22b7357b514760 (patch)
tree9ab0484a6d17ca7971f54f46a9d74b1c971f8b28 /src/module/system/Module.cpp
parentfix: slove compile issues (diff)
downloadGpgFrontend-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 {