From ebddada48db221838e82fea5f2f14d9faeb53dfe Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 23 May 2020 09:16:34 +0200 Subject: src: Remove unused 'include ' Change-Id: I54eda3d51ecda77309841e598f06eb9cea3babc1 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/41671 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/arch/x86/acpi_bert_storage.c | 1 - src/arch/x86/tables.c | 1 - 2 files changed, 2 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/acpi_bert_storage.c b/src/arch/x86/acpi_bert_storage.c index cde95f12e0..de56291ac4 100644 --- a/src/arch/x86/acpi_bert_storage.c +++ b/src/arch/x86/acpi_bert_storage.c @@ -1,6 +1,5 @@ /* SPDX-License-Identifier: GPL-2.0-only */ -#include #include #include #include diff --git a/src/arch/x86/tables.c b/src/arch/x86/tables.c index 3b1b76d14b..492674c5a9 100644 --- a/src/arch/x86/tables.c +++ b/src/arch/x86/tables.c @@ -2,7 +2,6 @@ #include #include -#include #include #include #include -- cgit v1.2.3