From 7c532ba812ecd713b4c4b7f21c91c641c9da74be Mon Sep 17 00:00:00 2001 From: Kevin Ahrendt Date: Tue, 2 Dec 2025 15:12:40 -0500 Subject: [PATCH] remove unusued include --- esphome/components/wifi_info/wifi_info_text_sensor.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/components/wifi_info/wifi_info_text_sensor.h b/esphome/components/wifi_info/wifi_info_text_sensor.h index 5aad0424913..b2242372daa 100644 --- a/esphome/components/wifi_info/wifi_info_text_sensor.h +++ b/esphome/components/wifi_info/wifi_info_text_sensor.h @@ -6,9 +6,6 @@ #include "esphome/components/wifi/wifi_component.h" #ifdef USE_WIFI #include -#ifdef USE_ESP32 -#include -#endif // USE_ESP32 namespace esphome::wifi_info {