mirror of
https://github.com/esphome/esphome.git
synced 2025-09-26 15:12:21 +01:00
[code-quality] fix clang-tidy api (#7279)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include "user_services.h"
|
||||
#include "api_server.h"
|
||||
|
||||
#ifdef USE_API
|
||||
#include "user_services.h"
|
||||
namespace esphome {
|
||||
namespace api {
|
||||
|
||||
@@ -216,3 +216,4 @@ class CustomAPIDevice {
|
||||
|
||||
} // namespace api
|
||||
} // namespace esphome
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user