aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/emulation/qemu-i440fx/romstage.c
diff options
context:
space:
mode:
authorPatrick Rudolph <siro@das-labor.org>2018-11-11 12:48:34 +0100
committerFelix Held <felix-coreboot@felixheld.de>2018-11-12 14:07:12 +0000
commit7665aefb0ad216ee76307193b849834eac7b1f88 (patch)
treeeb5f8a156016c76b316889396f897acf867ccc05 /src/mainboard/emulation/qemu-i440fx/romstage.c
parentb9d2589ca40026b543ecb5b008ce0d1bc346bf53 (diff)
mb/emulation/qemu-i440fx|q35: Get rid of unused headers
Change-Id: I3cf0e4ef5b090d15ad823747fcf9219644e130fc Signed-off-by: Patrick Rudolph <siro@das-labor.org> Reviewed-on: https://review.coreboot.org/29577 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/emulation/qemu-i440fx/romstage.c')
-rw-r--r--src/mainboard/emulation/qemu-i440fx/romstage.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/emulation/qemu-i440fx/romstage.c b/src/mainboard/emulation/qemu-i440fx/romstage.c
index d41213a81c..953062163d 100644
--- a/src/mainboard/emulation/qemu-i440fx/romstage.c
+++ b/src/mainboard/emulation/qemu-i440fx/romstage.c
@@ -14,10 +14,6 @@
*/
#include <stdint.h>
-#include <device/pci_def.h>
-#include <device/pci_ids.h>
-#include <arch/io.h>
-#include <device/pnp_def.h>
#include <cbmem.h>
#include <console/console.h>
#include <cpu/x86/bist.h>