diff --git a/src/core/src/public/QASecret/global.h b/src/core/src/public/QASecret/global.h
deleted file mode 100644
index c225695..0000000
--- a/src/core/src/public/QASecret/global.h
+++ /dev/null
@@ -1,22 +0,0 @@
-//#
-//# Copyright (C) 2018-2023 QuasarApp.
-//# Distributed under the GPLv3 software license, see the accompanying
-//# Everyone is permitted to copy and distribute verbatim copies
-//# of this license document, but changing it is not allowed.
-//#
-
-#ifndef SecretService_GLOBAL_H
-#define SecretService_GLOBAL_H
-
-#include <QtCore/qglobal.h>
-
-#define SECRETSERVICE_VERSION "0.1.fcc1c45"
-
-#if defined(SECRETSERVICE_LIBRARY)
-#  define SECRETSERVICE_EXPORT Q_DECL_EXPORT
-#else
-#  define SECRETSERVICE_EXPORT Q_DECL_IMPORT
-#endif
-
-#endif //SecretService_GLOBAL_H
-