1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

[code-quality] fix clang-tidy cstddef (#7324)

This commit is contained in:
tomaszduda23
2024-08-21 00:01:50 +02:00
committed by GitHub
parent 3cbdf63f56
commit fa497d06b0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#pragma once
#include <stddef.h>
#include <cstddef>
#include <cstdint>
#include <functional>
#include <vector>

View File

@@ -1,6 +1,6 @@
#pragma once
#include <stddef.h>
#include <cstddef>
#include <cstdint>
#include <vector>