mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 10:10:56 +00:00
[code-quality] fix clang-tidy cstddef (#7324)
This commit is contained in:
parent
3cbdf63f56
commit
fa497d06b0
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <functional>
|
||||
#include <vector>
|
||||
|
@ -1,6 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstddef>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user