mirror of
https://github.com/esphome/esphome.git
synced 2025-10-29 14:13:51 +00:00
[code-quality] fix clang-tidy cstddef (#7324)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user