diff --git a/lib/libesp32/HttpClientLight/src/HttpClientLight.cpp b/lib/libesp32/HttpClientLight/src/HttpClientLight.cpp index 3b66ca539..62eea2ea8 100644 --- a/lib/libesp32/HttpClientLight/src/HttpClientLight.cpp +++ b/lib/libesp32/HttpClientLight/src/HttpClientLight.cpp @@ -32,7 +32,6 @@ #ifdef HTTPCLIENT_1_1_COMPATIBLE #include -#include #endif #include diff --git a/lib/libesp32/HttpClientLight/src/HttpClientLight.h b/lib/libesp32/HttpClientLight/src/HttpClientLight.h index 59f532d08..f18a9a232 100644 --- a/lib/libesp32/HttpClientLight/src/HttpClientLight.h +++ b/lib/libesp32/HttpClientLight/src/HttpClientLight.h @@ -32,7 +32,6 @@ #include #include #include -#include #include // import definitions from the original code @@ -274,4 +273,4 @@ protected: -#endif /* HTTPClient_Light_H_ */ \ No newline at end of file +#endif /* HTTPClient_Light_H_ */ diff --git a/tasmota/include/Powerwall.h b/tasmota/include/Powerwall.h index 435ab27cd..e81c0ab5e 100755 --- a/tasmota/include/Powerwall.h +++ b/tasmota/include/Powerwall.h @@ -4,12 +4,7 @@ #define Powerwall_h // include libraries -#ifdef ESP8266 #include "WiFiClientSecureLightBearSSL.h" -#else -#include -#endif //ESP8266 - class Powerwall { private: diff --git a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino index 244f57bc0..2f75b3e52 100755 --- a/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino +++ b/tasmota/tasmota_xdrv_driver/xdrv_10_scripter.ino @@ -11953,11 +11953,7 @@ int32_t call2pwl(const char *url) { #endif // TESLA_POWERWALL -#ifdef ESP8266 #include "WiFiClientSecureLightBearSSL.h" -#else -#include -#endif //ESP8266 // get https info page json string uint32_t call2https(const char *host, const char *path) {