mirror of
https://github.com/esphome/esphome.git
synced 2024-11-24 07:58:09 +01:00
fix clang-tidy
This commit is contained in:
parent
af2fc7883e
commit
459d7af273
2 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
#include "improv_serial_component.h"
|
#include "improv_serial_component.h"
|
||||||
|
#ifdef USE_WIFI
|
||||||
#include "esphome/core/application.h"
|
#include "esphome/core/application.h"
|
||||||
#include "esphome/core/defines.h"
|
#include "esphome/core/defines.h"
|
||||||
#include "esphome/core/hal.h"
|
#include "esphome/core/hal.h"
|
||||||
|
@ -313,3 +313,4 @@ ImprovSerialComponent *global_improv_serial_component = // NOLINT(cppcoreguidel
|
||||||
|
|
||||||
} // namespace improv_serial
|
} // namespace improv_serial
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include "esphome/core/component.h"
|
#include "esphome/core/component.h"
|
||||||
#include "esphome/core/defines.h"
|
#include "esphome/core/defines.h"
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
|
#ifdef USE_WIFI
|
||||||
#include <improv.h>
|
#include <improv.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
@ -78,3 +78,4 @@ extern ImprovSerialComponent
|
||||||
|
|
||||||
} // namespace improv_serial
|
} // namespace improv_serial
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue