diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2021-12-29 08:00:27 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2022-01-01 14:55:51 +0000 |
commit | b23571c18efde083dd702c22ccc03dd6a08626b1 (patch) | |
tree | 5b2a9168c995333151df82b5d90afe8019c291ab /src/soc/intel/common | |
parent | fe657614e9a5aa4393ae2ccbab7945b2598faad8 (diff) |
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>
Diffstat (limited to 'src/soc/intel/common')
-rw-r--r-- | src/soc/intel/common/block/cse/cse.c | 1 | ||||
-rw-r--r-- | src/soc/intel/common/block/include/intelblocks/meminit.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/cse/cse.c b/src/soc/intel/common/block/cse/cse.c index a80ab48b48..05b67eed32 100644 --- a/src/soc/intel/common/block/cse/cse.c +++ b/src/soc/intel/common/block/cse/cse.c @@ -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> diff --git a/src/soc/intel/common/block/include/intelblocks/meminit.h b/src/soc/intel/common/block/include/intelblocks/meminit.h index cbec04ddb2..1fed02f5c6 100644 --- a/src/soc/intel/common/block/include/intelblocks/meminit.h +++ b/src/soc/intel/common/block/include/intelblocks/meminit.h @@ -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> /* |