diff --git a/openweathermap/integrationpluginopenweathermap.cpp b/openweathermap/integrationpluginopenweathermap.cpp index 4a7f2a2b..60f2ac63 100644 --- a/openweathermap/integrationpluginopenweathermap.cpp +++ b/openweathermap/integrationpluginopenweathermap.cpp @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2020, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -29,7 +29,6 @@ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ #include "integrationpluginopenweathermap.h" -#include "integrations/thing.h" #include "plugininfo.h" #include @@ -40,7 +39,10 @@ #include #include #include -#include "nymeasettings.h" + +#include +#include +#include IntegrationPluginOpenweathermap::IntegrationPluginOpenweathermap() { diff --git a/openweathermap/integrationpluginopenweathermap.h b/openweathermap/integrationpluginopenweathermap.h index 9d218336..d04a0180 100644 --- a/openweathermap/integrationpluginopenweathermap.h +++ b/openweathermap/integrationpluginopenweathermap.h @@ -1,6 +1,6 @@ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * -* Copyright 2013 - 2020, nymea GmbH +* Copyright 2013 - 2025, nymea GmbH * Contact: contact@nymea.io * * This file is part of nymea. @@ -31,9 +31,8 @@ #ifndef INTEGRATIONPLUGINOPENWEATHERMAP_H #define INTEGRATIONPLUGINOPENWEATHERMAP_H -#include "plugintimer.h" -#include "integrations/integrationplugin.h" -#include "network/networkaccessmanager.h" +#include +#include #include #include diff --git a/openweathermap/openweathermap.pro b/openweathermap/openweathermap.pro index d698d788..aeb4f897 100644 --- a/openweathermap/openweathermap.pro +++ b/openweathermap/openweathermap.pro @@ -1,13 +1,11 @@ include(../plugins.pri) -TARGET = $$qtLibraryTarget(nymea_integrationpluginopenweathermap) - -QT+= network +QT *= network SOURCES += \ - integrationpluginopenweathermap.cpp \ + integrationpluginopenweathermap.cpp HEADERS += \ - integrationpluginopenweathermap.h \ + integrationpluginopenweathermap.h