From e307343b9e5fea2ce639cba92d8dce020382f3a2 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 31 May 2018 14:20:27 +0200 Subject: src/cpu: Remove unneeded includes Change-Id: I8fb03ada29b37f96fb02122462dfb8ec7faa9d31 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/26732 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/cpu/intel/fsp_model_206ax/bootblock.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/cpu/intel/fsp_model_206ax/bootblock.c') diff --git a/src/cpu/intel/fsp_model_206ax/bootblock.c b/src/cpu/intel/fsp_model_206ax/bootblock.c index ed68883d35..297edd2c49 100644 --- a/src/cpu/intel/fsp_model_206ax/bootblock.c +++ b/src/cpu/intel/fsp_model_206ax/bootblock.c @@ -13,15 +13,7 @@ * GNU General Public License for more details. */ -#include -#include -#include -#include -#include -#include - #include -#include "model_206ax.h" static void bootblock_cpu_init(void) { -- cgit v1.2.3