{i945,i82801gx}: Remove unneeded include <cpu/x86/cache.h>

Change-Id: I4f38be28d81c0c01c0389210552232e63ea55545
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/34934
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Elyes HAOUAS 2019-08-17 15:28:01 +02:00 committed by Patrick Georgi
parent 087504f142
commit 10348399a6
2 changed files with 0 additions and 2 deletions

View File

@ -15,7 +15,6 @@
*/
#include <console/console.h>
#include <cpu/x86/cache.h>
#include <delay.h>
#include <device/pci_def.h>
#include <device/pci_ops.h>

View File

@ -16,7 +16,6 @@
#include <types.h>
#include <console/console.h>
#include <cpu/x86/cache.h>
#include <cpu/x86/smm.h>
#include <device/pci_def.h>
#include <pc80/mc146818rtc.h>