From e7fc69e45357d08aa324e9b5567a8ff33380154d Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 28 Feb 2026 12:26:31 -1000 Subject: [PATCH] reorder --- esphome/components/uart/uart_component_esp_idf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esphome/components/uart/uart_component_esp_idf.h b/esphome/components/uart/uart_component_esp_idf.h index 7bb25f8dff..631bf54cd5 100644 --- a/esphome/components/uart/uart_component_esp_idf.h +++ b/esphome/components/uart/uart_component_esp_idf.h @@ -3,11 +3,11 @@ #ifdef USE_ESP32 #include +#include "esphome/core/component.h" +#include "uart_component.h" #ifdef USE_UART_WAKE_LOOP_ON_RX #include #endif -#include "esphome/core/component.h" -#include "uart_component.h" namespace esphome::uart {