From 2bf1d417c542a6e3a5f2fca810c6bc1db2c02377 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Fri, 1 Jun 2018 14:45:37 +0200 Subject: arch/x86: Remove unneeded includes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0b87e2b36a282c773e5f2f4a96c23aeadecb1300 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26751 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/arch/x86/cpu_common.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/arch/x86/cpu_common.c') diff --git a/src/arch/x86/cpu_common.c b/src/arch/x86/cpu_common.c index 26cf69f6b9..d328fe9030 100644 --- a/src/arch/x86/cpu_common.c +++ b/src/arch/x86/cpu_common.c @@ -11,15 +11,7 @@ * GNU General Public License for more details. */ -#include #include -#include -#include -#include -#include -#include -#include -#include #ifndef __x86_64__ /* Standard macro to see if a specific flag is changeable */ -- cgit v1.2.3