From 91a48367a4cd3864d4133adcd28a04e5fc007d99 Mon Sep 17 00:00:00 2001 From: Elyes Haouas Date: Thu, 19 Jan 2023 10:16:33 +0100 Subject: [PATCH] arch/x86/include: Remove unused Change-Id: I2a4b00d06c92eea1b83002c69d93037f84592393 Signed-off-by: Elyes Haouas Reviewed-on: https://review.coreboot.org/c/coreboot/+/72111 Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/arch/x86/include/mode_switch.h | 1 - src/arch/x86/include/smm.h | 1 - 2 files changed, 2 deletions(-) diff --git a/src/arch/x86/include/mode_switch.h b/src/arch/x86/include/mode_switch.h index 0c46da5c62..24efb1ef58 100644 --- a/src/arch/x86/include/mode_switch.h +++ b/src/arch/x86/include/mode_switch.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #if ENV_X86_64 diff --git a/src/arch/x86/include/smm.h b/src/arch/x86/include/smm.h index 739b715863..e6db9dcf04 100644 --- a/src/arch/x86/include/smm.h +++ b/src/arch/x86/include/smm.h @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include