diff options
author | Saturn&Eric <[email protected]> | 2022-05-20 19:13:55 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2022-05-20 19:13:55 +0000 |
commit | 306cc5b41af9596875c2999af638eaa35899e404 (patch) | |
tree | 6d8d5b3cdb35e79527d33c63d4e69995f9c3f2df /src/core/GpgConstants.h | |
parent | Merge pull request #65 from saturneric/develop-2.0.8 (diff) | |
parent | fix(ui): there is possible null pointer dereference (diff) | |
download | GpgFrontend-306cc5b41af9596875c2999af638eaa35899e404.tar.gz GpgFrontend-306cc5b41af9596875c2999af638eaa35899e404.zip |
Merge pull request #66 from saturneric/develop-2.0.8
Develop 2.0.8.2
Diffstat (limited to 'src/core/GpgConstants.h')
-rw-r--r-- | src/core/GpgConstants.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/core/GpgConstants.h b/src/core/GpgConstants.h index f3f0c6e6..06f8e20d 100644 --- a/src/core/GpgConstants.h +++ b/src/core/GpgConstants.h @@ -29,14 +29,7 @@ #ifndef GPG_CONSTANTS_H #define GPG_CONSTANTS_H -#include <GpgFrontend.h> -#include <gpgme.h> - -#include <cassert> -#include <functional> - -// dll export macro -#include "GpgFrontendCoreExport.h" +#include "GpgFrontendCore.h" const int RESTART_CODE = 1000; ///< |