diff options
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 { |