From b6ad6b66a85e68eaefa1cd400650531e00f25f4b Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Mon, 3 Oct 2022 11:07:45 +0200 Subject: sb/intel/i82801gx/bootblock.c: Clean up includes Signed-off-by: Elyes Haouas Change-Id: I61d4a188dc9526b71277c05dd317255fc9727414 Reviewed-on: https://review.coreboot.org/c/coreboot/+/68080 Tested-by: build bot (Jenkins) Reviewed-by: Martin L Roth --- src/southbridge/intel/i82801gx/bootblock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/southbridge/intel/i82801gx/bootblock.c b/src/southbridge/intel/i82801gx/bootblock.c index 51fb24f6fa..a7441c1ab6 100644 --- a/src/southbridge/intel/i82801gx/bootblock.c +++ b/src/southbridge/intel/i82801gx/bootblock.c @@ -1,8 +1,9 @@ /* SPDX-License-Identifier: GPL-2.0-only */ #include -#include #include +#include + #include "i82801gx.h" void bootblock_early_southbridge_init(void) -- cgit v1.2.3