From 818f31a04f6873993a276a5c8a5c376a2231fa57 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Wed, 3 Jul 2019 23:03:18 -0700 Subject: [PATCH] chihiro: Fixup headers --- hw/xbox/chihiro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/hw/xbox/chihiro.c b/hw/xbox/chihiro.c index bd17e2174f..a4871d5d74 100644 --- a/hw/xbox/chihiro.c +++ b/hw/xbox/chihiro.c @@ -23,7 +23,6 @@ #include "hw/loader.h" #include "hw/i386/pc.h" #include "hw/i386/apic.h" -#include "hw/smbios/smbios.h" #include "hw/pci/pci.h" #include "hw/pci/pci_ids.h" #include "hw/usb.h" @@ -35,7 +34,6 @@ #include "sysemu/sysemu.h" #include "hw/sysbus.h" #include "sysemu/arch_init.h" -#include "hw/i2c/smbus.h" #include "hw/xen/xen.h" #include "exec/memory.h" #include "exec/address-spaces.h"