aboutsummaryrefslogtreecommitdiffstats
path: root/src/init.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-03-02 18:48:44 +0000
committersaturneric <[email protected]>2024-03-02 18:48:44 +0000
commit154ebea202d64669143ee6bb33f6327d141343c3 (patch)
tree3d9a6e5cac15f6575a4c1994ba8fd3d8607bfa65 /src/init.cpp
parentrefactor: remove qt6 core5compat dependencies (diff)
downloadGpgFrontend-154ebea202d64669143ee6bb33f6327d141343c3.tar.gz
GpgFrontend-154ebea202d64669143ee6bb33f6327d141343c3.zip
refactor: reduce core prebuild headers and isolate core to modules
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp
index 76c1fd4c..e5936d31 100644
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -31,9 +31,9 @@
#include "core/GpgCoreInit.h"
#include "core/function/GlobalSettingStation.h"
#include "core/function/gpg/GpgAdvancedOperator.h"
+#include "core/module/ModuleInit.h"
#include "core/thread/TaskRunnerGetter.h"
#include "core/utils/LogUtils.h"
-#include "module/GpgFrontendModuleInit.h"
#include "ui/GpgFrontendUIInit.h"
// main