tidy up imports in wled_server.cpp

This commit is contained in:
Will Tatam
2025-11-09 11:31:56 +00:00
parent a4109c7ea8
commit abfe91d47b

View File

@@ -16,21 +16,10 @@
#include "html_edit.h" #include "html_edit.h"
#if defined(ARDUINO_ARCH_ESP32) && !defined(WLED_DISABLE_OTA) #if defined(ARDUINO_ARCH_ESP32) && !defined(WLED_DISABLE_OTA)
#include <esp_partition.h> #include <esp_ota_ops.h>
#include <esp_ota_ops.h>
#include <esp_flash.h> #include <esp_flash.h>
#include <esp_image_format.h> #include <esp_image_format.h>
#include <bootloader_common.h> #include <mbedtls/sha256.h>
#include <mbedtls/sha256.h>
#endif
#if defined(ARDUINO_ARCH_ESP32) && !defined(WLED_DISABLE_OTA)
#include <esp_partition.h>
#include <esp_ota_ops.h>
#include <esp_flash.h>
#include <esp_image_format.h>
#include <bootloader_common.h>
#include <mbedtls/sha256.h>
#endif #endif
// define flash strings once (saves flash memory) // define flash strings once (saves flash memory)