diff options
Diffstat (limited to '')
-rw-r--r-- | src/core/GpgInfo.cpp (renamed from src/gpg/GpgInfo.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpg/GpgInfo.cpp b/src/core/GpgInfo.cpp index cbcf984b..a77f0ed4 100644 --- a/src/gpg/GpgInfo.cpp +++ b/src/core/GpgInfo.cpp @@ -26,4 +26,4 @@ * */ -#include "gpg/GpgInfo.h" +#include "core/GpgInfo.h" |