[core] Drop unused lwip_fast_select.h include from application.h

No symbols from lwip_fast_select.h are referenced in application.h.
This commit is contained in:
J. Nick Koston
2026-04-23 05:13:12 -05:00
parent 14bd2f5a52
commit 8fe40f33a6
-3
View File
@@ -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