diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index 648dc9ab2d420fb1c4438a47577864ccffde7dd9..3a4a64a38de80a5a78db4085d7e1238a114912ad 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -57,7 +57,6 @@ #endif #include "migration/global_state.h" #include "migration/misc.h" -#include "kvm_i386.h" #include "sysemu/numa.h" #define MAX_IDE_BUS 2 diff --git a/hw/i386/pc_q35.c b/hw/i386/pc_q35.c index 157d1daa60ee5f1f86becdc7466c8243bc4650ee..def3bc2d7bda77e4edffd7404ebc4e15df245a0a 100644 --- a/hw/i386/pc_q35.c +++ b/hw/i386/pc_q35.c @@ -36,7 +36,6 @@ #include "hw/timer/mc146818rtc.h" #include "hw/xen/xen.h" #include "sysemu/kvm.h" -#include "kvm_i386.h" #include "hw/kvm/clock.h" #include "hw/pci-host/q35.h" #include "hw/qdev-properties.h"