This commit is contained in:
J. Nick Koston 2025-07-12 06:51:40 -10:00
parent 4e7fe88da3
commit 0139de37ba
No known key found for this signature in database

View File

@ -1451,7 +1451,6 @@ def main() -> None:
#include "esphome/core/defines.h" #include "esphome/core/defines.h"
#include "proto.h" #include "proto.h"
#include "api_pb2_size.h"
namespace esphome { namespace esphome {
namespace api { namespace api {
@ -1461,7 +1460,6 @@ namespace api {
cpp = FILE_HEADER cpp = FILE_HEADER
cpp += """\ cpp += """\
#include "api_pb2.h" #include "api_pb2.h"
#include "api_pb2_size.h"
#include "esphome/core/log.h" #include "esphome/core/log.h"
#include "esphome/core/helpers.h" #include "esphome/core/helpers.h"