diff options
Diffstat (limited to 'lang/qt/src/wkdlookupresult.h')
-rw-r--r-- | lang/qt/src/wkdlookupresult.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/qt/src/wkdlookupresult.h b/lang/qt/src/wkdlookupresult.h index 1e91d055..5696fb6d 100644 --- a/lang/qt/src/wkdlookupresult.h +++ b/lang/qt/src/wkdlookupresult.h @@ -36,11 +36,7 @@ #include "qgpgme_export.h" -#ifdef BUILDING_QGPGME -# include <result.h> -#else -# include <gpgme++/result.h> -#endif +#include <gpgme++/result.h> #include <memory> |