aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFunctionObject.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-10-17 18:37:07 +0000
committersaturneric <[email protected]>2023-10-17 18:37:07 +0000
commitf4a51338b19431d8bbf548f3ed86930adc1077d0 (patch)
treed2f5f0799adc26e5f7e30e2a3629943d2afcc7bb /src/core/GpgFunctionObject.h
parentrefactor: use piml tech to rewrite GlobalSettingsStation (diff)
downloadGpgFrontend-f4a51338b19431d8bbf548f3ed86930adc1077d0.tar.gz
GpgFrontend-f4a51338b19431d8bbf548f3ed86930adc1077d0.zip
fix: improve headers including relations
Diffstat (limited to '')
-rw-r--r--src/core/GpgFunctionObject.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/core/GpgFunctionObject.h b/src/core/GpgFunctionObject.h
index 7d8b3c98..d0a992c6 100644
--- a/src/core/GpgFunctionObject.h
+++ b/src/core/GpgFunctionObject.h
@@ -29,9 +29,7 @@
#ifndef GPGFRONTEND_ZH_CN_TS_FUNCTIONOBJECT_H
#define GPGFRONTEND_ZH_CN_TS_FUNCTIONOBJECT_H
-#include <mutex>
-
-#include "GpgConstants.h"
+#include "core/GpgFrontendCore.h"
namespace GpgFrontend {