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/cbmem.c | 1 - src/arch/x86/cpu_common.c | 8 -------- src/arch/x86/pci_ops_conf1.c | 2 -- 3 files changed, 11 deletions(-) diff --git a/src/arch/x86/cbmem.c b/src/arch/x86/cbmem.c index ef53553777..52f8f8a5de 100644 --- a/src/arch/x86/cbmem.c +++ b/src/arch/x86/cbmem.c @@ -12,7 +12,6 @@ */ #include -#include #include #include #include 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 */ diff --git a/src/arch/x86/pci_ops_conf1.c b/src/arch/x86/pci_ops_conf1.c index a92fd3108f..30cbcb46f1 100644 --- a/src/arch/x86/pci_ops_conf1.c +++ b/src/arch/x86/pci_ops_conf1.c @@ -11,10 +11,8 @@ * GNU General Public License for more details. */ -#include #include #include -#include #include /* * Functions for accessing PCI configuration space with type 1 accesses -- cgit v1.2.3