mb/emulation/qemu-q35/bootblock.c: Remove unused includes

Change-Id: I568c7260f838c03c285f2afc0e20794c06a47645
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50220
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Elyes HAOUAS 2021-02-02 12:41:24 +01:00 committed by Patrick Georgi
parent 19b66235aa
commit 9bbb108f24
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#include <bootblock_common.h>
#include <southbridge/intel/common/early_spi.h>
#include <southbridge/intel/i82801ix/i82801ix.h>
#include <console/console.h>
#include "q35.h"