From 17a9849010c522a9dc41eb250102735633bf5e12 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Sun, 18 Dec 2022 09:28:31 +0100 Subject: soc/intel/*/crashlog.[ch]: Remove unused includes Change-Id: I126d49c27302e1ed2e00ff491d59cadda7101d12 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/70924 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) --- src/soc/intel/common/block/crashlog/crashlog.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/soc/intel/common/block/crashlog') diff --git a/src/soc/intel/common/block/crashlog/crashlog.c b/src/soc/intel/common/block/crashlog/crashlog.c index 2bdf2cc2eb..5949264690 100644 --- a/src/soc/intel/common/block/crashlog/crashlog.c +++ b/src/soc/intel/common/block/crashlog/crashlog.c @@ -1,9 +1,11 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include +#include #include +#include #include +#include #include int __weak cl_get_cpu_record_size(void) -- cgit v1.2.3