From deb5645644edf8b8594f89acf4d33544a8ea6f44 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Fri, 7 Oct 2022 10:06:25 +0200 Subject: cpu/intel: Clean up includes Signed-off-by: Elyes Haouas Change-Id: Ie760711916c49d275ca49d94b9597fd24b5e7628 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68203 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/cpu/intel/car/bootblock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cpu/intel/car') diff --git a/src/cpu/intel/car/bootblock.c b/src/cpu/intel/car/bootblock.c index dd9a77216f..c53379b69f 100644 --- a/src/cpu/intel/car/bootblock.c +++ b/src/cpu/intel/car/bootblock.c @@ -1,8 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include +#include #include +#include static uint32_t saved_bist; -- cgit v1.2.3