src: Drop duplicated includes

<types.h> already provides <commonlib/bsd/cb_err.h>, <limits.h>,
<stdbool.h>, <stdint.h> and <stddef.h> headers.

Change-Id: I700b3f0e864ecce3f8b3b66f3bf6c8f1040acee1
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60437
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Julius Werner <jwerner@chromium.org>
This commit is contained in:
Elyes HAOUAS 2021-12-29 08:00:27 +01:00 committed by Felix Held
parent fe657614e9
commit b23571c18e
24 changed files with 0 additions and 27 deletions

View File

@ -5,7 +5,6 @@
#include <cbmem.h>
#include <console/console.h>
#include <soc/nvs.h>
#include <stdint.h>
#include <string.h>
#include <types.h>

View File

@ -3,7 +3,6 @@
#ifndef ARCH_CPU_H
#define ARCH_CPU_H
#include <stdint.h>
#include <types.h>
/*

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <types.h>
#include <stddef.h>
#include <acpi/acpi.h>
#include <acpi/acpigen.h>
#include <acpi/acpi_device.h>

View File

@ -1,7 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <types.h>
#include <stddef.h>
#include <acpi/acpi.h>
#include <acpi/acpigen.h>
#include <acpi/acpi_device.h>

View File

@ -4,7 +4,6 @@
#include <arch/cpu.h>
#include <bootstate.h>
#include <commonlib/bsd/cb_err.h>
#include <types.h>
struct thread_mutex {

View File

@ -8,7 +8,6 @@
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <arch/ioapic.h>
#include <stdint.h>
#include <device/device.h>
#include <stdlib.h>
#include <string.h>

View File

@ -3,7 +3,6 @@
#include <boardid.h>
#include <ec/acpi/ec.h>
#include <ec/google/chromeec/ec.h>
#include <stdint.h>
#include <types.h>
#include "board_id.h"

View File

@ -5,7 +5,6 @@
#include <device/device.h>
#include <device/pci_def.h>
#include <ec/starlabs/merlin/ec.h>
#include <limits.h>
#include <option.h>
#include <smbios.h>
#include <types.h>

View File

@ -3,7 +3,6 @@
#include <device/mmio.h>
#include <console/console.h>
#include <delay.h>
#include <stdint.h>
#include <string.h>
#include <types.h>
#include "raminit.h"

View File

@ -3,7 +3,6 @@
#include <arch/mmio.h>
#include <console/console.h>
#include <cpu/x86/smm.h>
#include <stdint.h>
#include <types.h>
#include "txt.h"

View File

@ -3,7 +3,6 @@
#ifndef AMD_COMMON_ACP_H
#define AMD_COMMON_ACP_H
#include <stdint.h>
#include <types.h>
struct acp_config {

View File

@ -4,7 +4,6 @@
#include <amdblocks/spi.h>
#include <assert.h>
#include <boot_device.h>
#include <commonlib/bsd/cb_err.h>
#include <commonlib/bsd/helpers.h>
#include <commonlib/region.h>
#include <console/console.h>

View File

@ -8,7 +8,6 @@
#include <intelblocks/xhci.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <stdint.h>
#include <types.h>
struct pme_map {

View File

@ -3,8 +3,6 @@
#ifndef _SOC_ALDERLAKE_MEMINIT_H_
#define _SOC_ALDERLAKE_MEMINIT_H_
#include <stddef.h>
#include <stdint.h>
#include <types.h>
#include <fsp/soc_binding.h>
#include <intelblocks/meminit.h>

View File

@ -11,7 +11,6 @@
#include <device/pci_ids.h>
#include <device/pci_ops.h>
#include <intelblocks/cse.h>
#include <limits.h>
#include <option.h>
#include <security/vboot/misc.h>
#include <security/vboot/vboot_common.h>

View File

@ -3,8 +3,6 @@
#ifndef __SOC_INTEL_COMMON_BLOCK_MEMINIT_H__
#define __SOC_INTEL_COMMON_BLOCK_MEMINIT_H__
#include <stddef.h>
#include <stdint.h>
#include <types.h>
/*

View File

@ -8,7 +8,6 @@
#include <intelblocks/xhci.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <stdint.h>
#include <types.h>
struct pme_map {

View File

@ -8,7 +8,6 @@
#include <intelblocks/xhci.h>
#include <soc/pci_devs.h>
#include <soc/pm.h>
#include <stdint.h>
#include <types.h>
struct pme_map {

View File

@ -3,8 +3,6 @@
#ifndef _SOC_TIGERLAKE_MEMINIT_H_
#define _SOC_TIGERLAKE_MEMINIT_H_
#include <stddef.h>
#include <stdint.h>
#include <types.h>
#include <fsp/soc_binding.h>
#include <intelblocks/meminit.h>

View File

@ -7,7 +7,6 @@
#include <soc/symbols.h>
#include <spi_flash.h>
#include <spi-generic.h>
#include <stdint.h>
#include <string.h>
#include <symbols.h>
#include <timer.h>

View File

@ -5,7 +5,6 @@
#include <soc/addressmap.h>
#include <soc/mcu_common.h>
#include <stdint.h>
#include <types.h>
struct dpm_regs {

View File

@ -5,7 +5,6 @@
#include <soc/addressmap.h>
#include <soc/mtcmos.h>
#include <stdint.h>
#include <types.h>
/* SPM READ/WRITE CFG */

View File

@ -6,7 +6,6 @@
#include <device/mmio.h>
#include <soc/addressmap.h>
#include <soc/mtcmos.h>
#include <stdint.h>
#include <types.h>
/* SPM READ/WRITE CFG */

View File

@ -4,7 +4,6 @@
#define _SOC_DISPLAY_MDSS_REG_H_
#include <types.h>
#include <stdint.h>
struct dsi_regs {
uint32_t hw_version;