fix(all): remove unused header includes

pull/13550/head
Xiao Xufeng 2024-03-24 01:39:40 +08:00
rodzic f886bbc848
commit 313c4f2cdc
12 zmienionych plików z 0 dodań i 14 usunięć

Wyświetl plik

@ -11,7 +11,6 @@
#include <esp_fault.h>
#include <esp_log.h>
#include <esp_attr.h>
#include <spi_flash_mmap.h>
#include <bootloader_flash_priv.h>
#include <bootloader_random.h>
#include <bootloader_sha.h>

Wyświetl plik

@ -11,7 +11,6 @@
#include "esp_log.h"
#include "esp_image_format.h"
#include "esp_secure_boot.h"
#include "spi_flash_mmap.h"
#include "esp_fault.h"
#include "esp32/rom/sha.h"
#include "uECC_verify_antifault.h"

Wyświetl plik

@ -11,7 +11,6 @@
#include "string.h"
#include "esp_private/spi_flash_os.h"
#include "esp_private/cache_utils.h"
#include "spi_flash_mmap.h"
//Errors that can be returned
#define MMU_SET_ADDR_ALIGNED_ERROR 1

Wyświetl plik

@ -8,7 +8,6 @@
#include <string.h>
#include "esp_err.h"
#include "spi_flash_mmap.h"
#include "esp_private/cache_utils.h"
#include "esp_rom_sys.h"

Wyświetl plik

@ -6,8 +6,6 @@
#include <stdio.h>
#include "spi_flash_mmap.h"
#include "soc/soc_caps.h"
#include "esp_private/panic_internal.h"
#include "esp_private/panic_reason.h"

Wyświetl plik

@ -104,7 +104,6 @@
#include "soc/periph_defs.h"
#include "esp_cpu.h"
#include "esp_private/esp_clk.h"
#include "spi_flash_mmap.h"
#if CONFIG_ESP32_TRAX || CONFIG_ESP32S2_TRAX || CONFIG_ESP32S3_TRAX
#include "esp_private/trax.h"

Wyświetl plik

@ -6,7 +6,6 @@
#include <stdlib.h>
#include "spi_flash_mmap.h"
#include "esp_ipc_isr.h"
#include "esp_private/system_internal.h"
#include "esp_private/cache_utils.h"

Wyświetl plik

@ -7,7 +7,6 @@
#include <string.h>
#include <sys/param.h>
#include "esp_system.h"
#include "spi_flash_mmap.h"
#include "soc/soc_memory_layout.h"
#include "esp_private/cache_utils.h"

Wyświetl plik

@ -53,7 +53,6 @@
#include "esp_attr.h"
#include "esp_memory_utils.h"
#include "esp_intr_alloc.h"
#include "spi_flash_mmap.h"
#include "spi_flash_override.h"
#include "esp_private/spi_flash_os.h"
#include "esp_private/freertos_idf_additions_priv.h"

Wyświetl plik

@ -4,8 +4,6 @@
* SPDX-License-Identifier: Unlicense OR CC0-1.0
*/
#include "spi_flash_mmap.h"
int spi_flash_get_chip_size(void)
{
return (1024 * 1024 * 1024);

Wyświetl plik

@ -11,7 +11,6 @@
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "esp_system.h"
#include "spi_flash_mmap.h"
#include "esp_timer.h"
#include <esp_task.h>

Wyświetl plik

@ -3,7 +3,6 @@
#include <string.h>
#include "sdkconfig.h"
#include "esp_log.h"
#include "spi_flash_mmap.h"
#include "esp32s2/memprot.h"
#include "soc/soc.h"