aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/GpgFrontendCore.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-03-02 18:48:44 +0000
committersaturneric <[email protected]>2024-03-02 18:48:44 +0000
commit154ebea202d64669143ee6bb33f6327d141343c3 (patch)
tree3d9a6e5cac15f6575a4c1994ba8fd3d8607bfa65 /src/core/GpgFrontendCore.h
parentrefactor: remove qt6 core5compat dependencies (diff)
downloadGpgFrontend-154ebea202d64669143ee6bb33f6327d141343c3.tar.gz
GpgFrontend-154ebea202d64669143ee6bb33f6327d141343c3.zip
refactor: reduce core prebuild headers and isolate core to modules
Diffstat (limited to 'src/core/GpgFrontendCore.h')
-rw-r--r--src/core/GpgFrontendCore.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/core/GpgFrontendCore.h b/src/core/GpgFrontendCore.h
index 14b1f878..f07824cf 100644
--- a/src/core/GpgFrontendCore.h
+++ b/src/core/GpgFrontendCore.h
@@ -30,23 +30,3 @@
// Qt
#include <QtCore>
-
-// std
-#include <cstdint>
-#include <vector>
-
-// spdlog library configuration
-#define SPDLOG_ACTIVE_LEVEL SPDLOG_LEVEL_TRACE
-#include <spdlog/spdlog.h>
-
-// logger fmt
-#include "log/QtLoggerFmt.h"
-
-// gpgme library
-#include <gpgme.h>
-
-// logbal includes or macroes
-#include "GpgFrontend.h"
-
-// dll export macroes
-#include "GpgFrontendCoreExport.h"