mirror of
https://github.com/esphome/esphome.git
synced 2025-10-02 10:02:23 +01:00
[ota] Fix duplicate include and sort (#10643)
This commit is contained in:
@@ -2,12 +2,11 @@
|
|||||||
|
|
||||||
#include "esphome/core/defines.h"
|
#include "esphome/core/defines.h"
|
||||||
#ifdef USE_OTA
|
#ifdef USE_OTA
|
||||||
|
#include "esphome/components/ota/ota_backend.h"
|
||||||
|
#include "esphome/components/socket/socket.h"
|
||||||
#include "esphome/core/helpers.h"
|
#include "esphome/core/helpers.h"
|
||||||
#include "esphome/core/log.h"
|
#include "esphome/core/log.h"
|
||||||
#include "esphome/core/preferences.h"
|
#include "esphome/core/preferences.h"
|
||||||
#include "esphome/core/log.h"
|
|
||||||
#include "esphome/components/ota/ota_backend.h"
|
|
||||||
#include "esphome/components/socket/socket.h"
|
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user