From 7d2726ab21d891e78f5da9c76c5e8ce73cd673cc Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 8 Jul 2025 09:37:07 -0600 Subject: [PATCH] fixes --- esphome/components/runtime_stats/runtime_stats.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/runtime_stats/runtime_stats.h b/esphome/components/runtime_stats/runtime_stats.h index de241e439c..5f258469a1 100644 --- a/esphome/components/runtime_stats/runtime_stats.h +++ b/esphome/components/runtime_stats/runtime_stats.h @@ -8,7 +8,6 @@ #include #include #include -#include #include "esphome/core/helpers.h" #include "esphome/core/log.h"