[code-quality] fix clang-tidy network (#7266)

This commit is contained in:
tomaszduda23
2024-08-13 21:48:27 +02:00
committed by GitHub
parent c9979ad90c
commit b082a64d32
5 changed files with 10 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
#include "util.h"
#include "esphome/core/defines.h"
#ifdef USE_NETWORK
#ifdef USE_WIFI
#include "esphome/components/wifi/wifi_component.h"
#endif
@@ -63,3 +63,4 @@ std::string get_use_address() {
} // namespace network
} // namespace esphome
#endif