mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
Activate some clang-tidy checks (#1884)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#ifdef ARDUINO_ARCH_ESP8266
|
||||
#include "sys/time.h"
|
||||
#endif
|
||||
#include "errno.h"
|
||||
#include <cerrno>
|
||||
|
||||
namespace esphome {
|
||||
namespace time {
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "esphome/core/automation.h"
|
||||
#include "esphome/core/component.h"
|
||||
#include "esphome/core/helpers.h"
|
||||
#include "esphome/core/automation.h"
|
||||
#include <stdlib.h>
|
||||
#include <time.h>
|
||||
#include <bitset>
|
||||
#include <cstdlib>
|
||||
#include <ctime>
|
||||
|
||||
namespace esphome {
|
||||
namespace time {
|
||||
|
||||
Reference in New Issue
Block a user