Remove unneeded includes.

This commit is contained in:
Alejandro Cabeza Romero 2026-02-20 00:50:42 +01:00 committed by danielSanchezQ
parent ce38a254f3
commit c4db7e6796
2 changed files with 0 additions and 2 deletions

View File

@ -2,7 +2,6 @@
#define I_LOGOS_BLOCKCHAIN_MODULE_API_H
#include <QString>
#include <QStringList>
#include <core/interface.h>
class ILogosBlockchainModule {

View File

@ -10,7 +10,6 @@ extern "C" {
#ifdef __cplusplus
}
#endif
#include "i_logos_blockchain_module.h"
class LogosBlockchainModule final : public QObject, public PluginInterface, public ILogosBlockchainModule {
Q_OBJECT