diff --git a/esphome/components/api/api_frame_helper_noise.h b/esphome/components/api/api_frame_helper_noise.h index ed5141d625..6a7b3a0a8a 100644 --- a/esphome/components/api/api_frame_helper_noise.h +++ b/esphome/components/api/api_frame_helper_noise.h @@ -1,5 +1,4 @@ #pragma once -#include "api_frame_helper.h" #ifdef USE_API #ifdef USE_API_NOISE #include "noise/protocol.h" diff --git a/esphome/components/api/api_frame_helper_plaintext.h b/esphome/components/api/api_frame_helper_plaintext.h index 465ceae827..de1cddc1e9 100644 --- a/esphome/components/api/api_frame_helper_plaintext.h +++ b/esphome/components/api/api_frame_helper_plaintext.h @@ -1,5 +1,4 @@ #pragma once -#include "api_frame_helper.h" #ifdef USE_API #ifdef USE_API_PLAINTEXT