From d2b9ec13622d34714b4ecf8b9daf53b32665d3d7 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 27 Oct 2018 09:41:02 +0200 Subject: src: Remove unneeded include "{arch,cpu}/cpu.h" Change-Id: I17c4fc4e3e2eeef7c720c6a020b37d8f7a0f57a4 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/29300 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/arch/x86/acpi_s3.c | 2 +- src/arch/x86/mpspec.c | 1 - src/arch/x86/tables.c | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'src/arch') diff --git a/src/arch/x86/acpi_s3.c b/src/arch/x86/acpi_s3.c index 71267f033b..ad9fe0066b 100644 --- a/src/arch/x86/acpi_s3.c +++ b/src/arch/x86/acpi_s3.c @@ -16,8 +16,8 @@ #include #include #include +#include #include -#include #include #include #include diff --git a/src/arch/x86/mpspec.c b/src/arch/x86/mpspec.c index 8dd902e1d7..b44662d38b 100644 --- a/src/arch/x86/mpspec.c +++ b/src/arch/x86/mpspec.c @@ -16,7 +16,6 @@ #include #include #include -#include #include #include #include diff --git a/src/arch/x86/tables.c b/src/arch/x86/tables.c index 0bab4234c9..5319c690f2 100644 --- a/src/arch/x86/tables.c +++ b/src/arch/x86/tables.c @@ -16,7 +16,6 @@ */ #include -#include #include #include #include -- cgit v1.2.3