remove unusued include

This commit is contained in:
Kevin Ahrendt
2025-12-02 15:12:40 -05:00
parent 2821f3041c
commit 7c532ba812
@@ -6,9 +6,6 @@
#include "esphome/components/wifi/wifi_component.h"
#ifdef USE_WIFI
#include <array>
#ifdef USE_ESP32
#include <esp_wifi.h>
#endif // USE_ESP32
namespace esphome::wifi_info {