aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFrontendCore.h
diff options
context:
space:
mode:
authorSaturn&Eric <[email protected]>2022-05-08 13:14:24 +0000
committerGitHub <[email protected]>2022-05-08 13:14:24 +0000
commitf722eec9a898c97e233619a50f6f1a94fef6f94c (patch)
tree26757206ff3e139a10968bd8ae6147ca1a1182a7 /src/core/GpgFrontendCore.h
parentMerge pull request #50 from saturneric/develop-2.0.5 (diff)
parentdoc: update translate document. (diff)
downloadGpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.tar.gz
GpgFrontend-f722eec9a898c97e233619a50f6f1a94fef6f94c.zip
Merge pull request #54 from saturneric/develop-2.0.6v2.0.6
Develop 2.0.6
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r--src/core/GpgFrontendCore.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h
index 5931695d..90bc36be 100644
--- a/src/core/GpgFrontendCore.h
+++ b/src/core/GpgFrontendCore.h
@@ -32,6 +32,7 @@
#include "GpgFrontend.h"
// std includes
+#include <random>
#include <filesystem>
// boost includes
@@ -40,22 +41,14 @@
// Qt includes
#include <QtCore>
-// vmime includes
-#define VMIME_STATIC
-#undef VMIME_HAVE_MLANG
-#include <vmime/vmime.hpp>
-
// libconfig includes
-#undef LIBCONFIGXX_STATIC
-#define LIBCONFIGXX_STATIC
#include <libconfig.h++>
-
// libarchive includes
#include <libarchive/libarchive/archive.h>
#include <libarchive/libarchive/archive_entry.h>
-#include "core/GpgModel.h"
+#include "GpgConstants.h"
#endif // GPGFRONTEND_GPGFRONTENDCORE_H