diff options
Diffstat (limited to 'lang/qt/src/signencryptarchivejob.h')
-rw-r--r-- | lang/qt/src/signencryptarchivejob.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/qt/src/signencryptarchivejob.h b/lang/qt/src/signencryptarchivejob.h index fddf3012..c8742aec 100644 --- a/lang/qt/src/signencryptarchivejob.h +++ b/lang/qt/src/signencryptarchivejob.h @@ -36,11 +36,7 @@ #include "job.h" -#ifdef BUILDING_QGPGME -# include "context.h" -#else -# include <gpgme++/context.h> -#endif +#include <gpgme++/context.h> namespace GpgME { |