aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/function/GpgCommandExecutor.cpp
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/gpg/function/GpgCommandExecutor.cpp
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.cpp (renamed from src/gpg/function/GpgCommandExecutor.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/function/GpgCommandExecutor.cpp b/src/core/function/GpgCommandExecutor.cpp
index 08a4d677..0915b092 100644
--- a/src/gpg/function/GpgCommandExecutor.cpp
+++ b/src/core/function/GpgCommandExecutor.cpp
@@ -25,7 +25,7 @@
* SPDX-License-Identifier: GPL-3.0-or-later
*
*/
-#include "gpg/function/GpgCommandExecutor.h"
+#include "core/function/GpgCommandExecutor.h"
#ifndef WINDOWS
#include <boost/asio.hpp>
#endif