aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GpgBasicOperator.cpp
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-06 05:29:01 +0000
committerSaturneric <[email protected]>2022-02-06 05:29:01 +0000
commita2d75efab5dca4e9a9721afef61cad0f62d4825f (patch)
treee2d9647e68d7ef9f47cfe3e6b3100ef8aed076f8 /src/core/function/GpgBasicOperator.cpp
parent<chore>(project, ci): Make the Windows platform pass the compilation (diff)
downloadGpgFrontend-a2d75efab5dca4e9a9721afef61cad0f62d4825f.tar.gz
GpgFrontend-a2d75efab5dca4e9a9721afef61cad0f62d4825f.zip
<refactor>(core, ui): Adjust the core code directory structure.
Diffstat (limited to '')
-rw-r--r--src/core/function/gpg/GpgBasicOperator.cpp (renamed from src/core/function/GpgBasicOperator.cpp)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/function/GpgBasicOperator.cpp b/src/core/function/gpg/GpgBasicOperator.cpp
index 0fd13e33..b92404a9 100644
--- a/src/core/function/GpgBasicOperator.cpp
+++ b/src/core/function/gpg/GpgBasicOperator.cpp
@@ -26,11 +26,11 @@
*
*/
-#include "core/function/GpgBasicOperator.h"
+#include "GpgBasicOperator.h"
#include <vector>
-#include "core/function/GpgKeyGetter.h"
+#include "GpgKeyGetter.h"
GpgFrontend::GpgError GpgFrontend::GpgBasicOperator::Encrypt(
KeyListPtr keys, GpgFrontend::BypeArrayRef in_buffer,