aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/GpgCommandExecutor.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-02-04 16:47:18 +0000
committerSaturneric <[email protected]>2022-02-04 16:47:18 +0000
commit830fe612c6bbbff98274093b0128c9ca489f9f79 (patch)
treef3d90bc55f16eb431191b23bbc00ae0b0a9e78ef /src/core/function/GpgCommandExecutor.h
parent<chore>(project): Adjust the project to make the compilation (diff)
downloadGpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.tar.gz
GpgFrontend-830fe612c6bbbff98274093b0128c9ca489f9f79.zip
<refactor>(src): rename the gpg directory to core
Diffstat (limited to '')
-rw-r--r--src/core/function/GpgCommandExecutor.h (renamed from src/gpg/function/GpgCommandExecutor.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg/function/GpgCommandExecutor.h b/src/core/function/GpgCommandExecutor.h
index 63a1cf61..49baf406 100644
--- a/src/gpg/function/GpgCommandExecutor.h
+++ b/src/core/function/GpgCommandExecutor.h
@@ -33,8 +33,8 @@
#include <boost/process.hpp>
#endif
-#include "gpg/GpgContext.h"
-#include "gpg/GpgFunctionObject.h"
+#include "core/GpgContext.h"
+#include "core/GpgFunctionObject.h"
namespace GpgFrontend {