diff options
author | Saturneric <[email protected]> | 2022-02-04 16:47:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-02-04 16:47:18 +0000 |
commit | 830fe612c6bbbff98274093b0128c9ca489f9f79 (patch) | |
tree | f3d90bc55f16eb431191b23bbc00ae0b0a9e78ef /src/gpg/function/GpgBasicOperator.h | |
parent | <chore>(project): Adjust the project to make the compilation (diff) | |
download | GpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.tar.gz GpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.zip |
<refactor>(src): rename the gpg directory to core
Diffstat (limited to '')
-rw-r--r-- | src/core/function/GpgBasicOperator.h (renamed from src/gpg/function/GpgBasicOperator.h) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpg/function/GpgBasicOperator.h b/src/core/function/GpgBasicOperator.h index d484fa9a..9b9d9f63 100644 --- a/src/gpg/function/GpgBasicOperator.h +++ b/src/core/function/GpgBasicOperator.h @@ -29,10 +29,10 @@ #ifndef GPGFRONTEND_ZH_CN_TS_BASICOPERATOR_H #define GPGFRONTEND_ZH_CN_TS_BASICOPERATOR_H -#include "gpg/GpgConstants.h" -#include "gpg/GpgContext.h" -#include "gpg/GpgFunctionObject.h" -#include "gpg/GpgModel.h" +#include "core/GpgConstants.h" +#include "core/GpgContext.h" +#include "core/GpgFunctionObject.h" +#include "core/GpgModel.h" namespace GpgFrontend { |