From 88f5c7178ebd1bb4137f495192fffe13bbea1c7c Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Wed, 16 Oct 2019 12:45:47 +0200 Subject: src: Remove unused 'include ' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Iaa236f07aed52ccb8c4839047894a14a9446a109 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/36080 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/cpu/intel/haswell/bootblock.c | 1 - src/cpu/intel/haswell/haswell.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src/cpu/intel/haswell') diff --git a/src/cpu/intel/haswell/bootblock.c b/src/cpu/intel/haswell/bootblock.c index 70a4682175..e05936f59c 100644 --- a/src/cpu/intel/haswell/bootblock.c +++ b/src/cpu/intel/haswell/bootblock.c @@ -12,7 +12,6 @@ */ #include -#include #include #include #include diff --git a/src/cpu/intel/haswell/haswell.h b/src/cpu/intel/haswell/haswell.h index 4c67ba82ab..6ffb7e9a58 100644 --- a/src/cpu/intel/haswell/haswell.h +++ b/src/cpu/intel/haswell/haswell.h @@ -15,7 +15,7 @@ #ifndef _CPU_INTEL_HASWELL_H #define _CPU_INTEL_HASWELL_H -#include +#include /* Haswell CPU types */ #define HASWELL_FAMILY_MOBILE 0x306c0 -- cgit v1.2.3