mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 12:15:33 +01: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…
Reference in New Issue
Block a user