diff --git a/sgready/integrationpluginsgready.cpp b/sgready/integrationpluginsgready.cpp index 384b8037..fc792f87 100644 --- a/sgready/integrationpluginsgready.cpp +++ b/sgready/integrationpluginsgready.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2021, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -29,6 +29,7 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "integrationpluginsgready.h" +#include "sgreadyinterface.h" #include "plugininfo.h" IntegrationPluginSgReady::IntegrationPluginSgReady() diff --git a/sgready/integrationpluginsgready.h b/sgready/integrationpluginsgready.h index 4c72b137..be7ce81b 100644 --- a/sgready/integrationpluginsgready.h +++ b/sgready/integrationpluginsgready.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2021, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,8 +31,9 @@ #ifndef INTEGRATIONPLUGINSGREADY_H #define INTEGRATIONPLUGINSGREADY_H -#include "integrations/integrationplugin.h" -#include "sgreadyinterface.h" +#include + +class SgReadyInterface; class IntegrationPluginSgReady : public IntegrationPlugin { diff --git a/sgready/sgreadyinterface.h b/sgready/sgreadyinterface.h index 5c1f9869..145b5b21 100644 --- a/sgready/sgreadyinterface.h +++ b/sgready/sgreadyinterface.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2021, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -32,8 +32,7 @@ #define SGREADYINTERFACE_H #include - -#include "gpio.h" +#include class SgReadyInterface : public QObject {