mirror of
https://github.com/esphome/esphome.git
synced 2025-07-31 07:36:35 +00:00
preen
This commit is contained in:
parent
224ea51cd7
commit
4e565202e4
@ -1,5 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include "esphome/core/defines.h"
|
||||||
|
|
||||||
// This file provides includes needed by the generated protobuf code
|
// This file provides includes needed by the generated protobuf code
|
||||||
// when using pointer optimizations for component-specific types
|
// when using pointer optimizations for component-specific types
|
||||||
|
|
||||||
@ -28,3 +30,9 @@
|
|||||||
#include <set>
|
#include <set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
|
namespace esphome::api {
|
||||||
|
|
||||||
|
// This file only provides includes, no actual code
|
||||||
|
|
||||||
|
} // namespace esphome::api
|
||||||
|
Loading…
x
Reference in New Issue
Block a user