From 2d5cdf2c2618058283378de199f8128a3b938ea3 Mon Sep 17 00:00:00 2001 From: Oliver Kleinecke Date: Tue, 18 Feb 2025 10:40:43 +0100 Subject: [PATCH] fix: remove unnecessary esphal header inclusion in dynamic_lamp.h --- esphome/components/dynamic_lamp/dynamic_lamp.h | 1 - 1 file changed, 1 deletion(-) diff --git a/esphome/components/dynamic_lamp/dynamic_lamp.h b/esphome/components/dynamic_lamp/dynamic_lamp.h index e18da8fd5f..544d59545b 100644 --- a/esphome/components/dynamic_lamp/dynamic_lamp.h +++ b/esphome/components/dynamic_lamp/dynamic_lamp.h @@ -3,7 +3,6 @@ #include "esphome/core/component.h" #include "esphome/core/helpers.h" #include "esphome/core/optional.h" -#include "esphome/core/esphal.h" #include "esphome/core/log.h" #include "esphome/core/time.h" #include "esphome/components/output/float_output.h"