aboutsummaryrefslogtreecommitdiffstats
path: root/src/module/sdk/GpgFrontendModuleSDK.h
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/sdk/GpgFrontendModuleSDK.h
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 'src/module/sdk/GpgFrontendModuleSDK.h')
-rw-r--r--src/module/sdk/GpgFrontendModuleSDK.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/module/sdk/GpgFrontendModuleSDK.h b/src/module/sdk/GpgFrontendModuleSDK.h
index 47b017bf..bb38d7bb 100644
--- a/src/module/sdk/GpgFrontendModuleSDK.h
+++ b/src/module/sdk/GpgFrontendModuleSDK.h
@@ -28,5 +28,5 @@
#pragma once
-#include <module/sdk/GpgFrontendModuleSDKExport.h>
-#include <module/system/GpgFrontendModuleSystem.h> \ No newline at end of file
+#include <core/module/GpgFrontendModuleSystem.h>
+#include <module/sdk/GpgFrontendModuleSDKExport.h> \ No newline at end of file