diff options
Diffstat (limited to 'lang/qt/src/signencryptjob.h')
-rw-r--r-- | lang/qt/src/signencryptjob.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lang/qt/src/signencryptjob.h b/lang/qt/src/signencryptjob.h index 54f4aa53..73b8c227 100644 --- a/lang/qt/src/signencryptjob.h +++ b/lang/qt/src/signencryptjob.h @@ -40,13 +40,8 @@ #include "job.h" #include "qgpgme_export.h" -#ifdef BUILDING_QGPGME -# include "global.h" -# include "context.h" -#else -# include <gpgme++/global.h> -# include <gpgme++/context.h> -#endif +#include <gpgme++/global.h> +#include <gpgme++/context.h> #include <memory> #include <vector> |