diff --git a/powerfox/integrationpluginpowerfox.cpp b/powerfox/integrationpluginpowerfox.cpp index 6ed80b08..df6d879e 100644 --- a/powerfox/integrationpluginpowerfox.cpp +++ b/powerfox/integrationpluginpowerfox.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2022, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -30,9 +30,10 @@ #include "integrationpluginpowerfox.h" #include "plugininfo.h" -#include "plugintimer.h" #include +#include + #include #include diff --git a/powerfox/integrationpluginpowerfox.h b/powerfox/integrationpluginpowerfox.h index 271125c4..418f79cf 100644 --- a/powerfox/integrationpluginpowerfox.h +++ b/powerfox/integrationpluginpowerfox.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2022, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,7 +31,8 @@ #ifndef INTEGRATIONPLUGINPOWERFOX_H #define INTEGRATIONPLUGINPOWERFOX_H -#include "integrations/integrationplugin.h" +#include + #include "extern-plugininfo.h" #include