From 8fe40f33a6466ac07a81555d63ca2d0f08912d1d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 23 Apr 2026 05:13:12 -0500 Subject: [PATCH] [core] Drop unused lwip_fast_select.h include from application.h No symbols from lwip_fast_select.h are referenced in application.h. --- esphome/core/application.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/esphome/core/application.h b/esphome/core/application.h index 8280b3bd4b..cf26809d1a 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -24,9 +24,6 @@ #include "esphome/core/area.h" #endif -#ifdef USE_LWIP_FAST_SELECT -#include "esphome/core/lwip_fast_select.h" -#endif #ifdef USE_RUNTIME_STATS #include "esphome/components/runtime_stats/runtime_stats.h" #endif