aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpg/GpgContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/gpg/GpgContext.cpp (renamed from src/gpgcontext.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgcontext.cpp b/src/gpg/GpgContext.cpp
index 08315083..d0694638 100644
--- a/src/gpgcontext.cpp
+++ b/src/gpg/GpgContext.cpp
@@ -19,7 +19,7 @@
* along with gpg4usb. If not, see <http://www.gnu.org/licenses/>
*/
-#include "gpgcontext.h"
+#include "gpg/GpgContext.h"
#include <unistd.h> /* contains read/write */
#ifdef _WIN32