aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgContext.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2023-11-06 09:17:47 +0000
committersaturneric <[email protected]>2023-11-06 09:17:47 +0000
commit0251f35c93e3f0e0a6853a50fb5bd82c1b9e4187 (patch)
tree0025299b6b6bb0be2c41e6798ae7b09d16b52773 /src/core/function/gpg/GpgContext.cpp
parentfeat: update thridparty libraries (diff)
downloadGpgFrontend-0251f35c93e3f0e0a6853a50fb5bd82c1b9e4187.tar.gz
GpgFrontend-0251f35c93e3f0e0a6853a50fb5bd82c1b9e4187.zip
refactor: clean up core's codes
Diffstat (limited to '')
-rw-r--r--src/core/function/gpg/GpgContext.cpp (renamed from src/core/GpgContext.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/GpgContext.cpp b/src/core/function/gpg/GpgContext.cpp
index f218feb8..fb51f09f 100644
--- a/src/core/GpgContext.cpp
+++ b/src/core/function/gpg/GpgContext.cpp
@@ -26,16 +26,16 @@
*
*/
-#include "core/GpgContext.h"
+#include "core/function/gpg/GpgContext.h"
#include <gpg-error.h>
#include <gpgme.h>
#include <unistd.h>
#include "core/GpgConstants.h"
-#include "core/GpgFunctionObject.h"
#include "core/common/CoreCommonUtil.h"
#include "core/function/CoreSignalStation.h"
+#include "core/function/basic/GpgFunctionObject.h"
#include "core/function/gpg/GpgCommandExecutor.h"
#include "core/function/gpg/GpgKeyGetter.h"
#include "core/module/ModuleManager.h"