fix clang-tidy

This commit is contained in:
Tomasz Duda 2024-08-19 22:39:12 +02:00
parent a92519e3da
commit b4ef8cc4e2
3 changed files with 4 additions and 3 deletions

View file

@ -2,7 +2,7 @@
#include "esphome/core/defines.h"
#include "esphome/components/md5/md5.h"
#ifndef USE_ZEPHYR
#include <string>
namespace esphome {
@ -46,3 +46,4 @@ class HmacMD5 {
} // namespace hmac_md5
} // namespace esphome
#endif

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>