From: Roman Kagan <rkagan@virtuozzo.com>
Signed-off-by: Roman Kagan <rkagan@virtuozzo.com>
Message-Id: <20180921081836.29230-3-rkagan@virtuozzo.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
hw/misc/hyperv_testdev.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/hw/misc/hyperv_testdev.c b/hw/misc/hyperv_testdev.c
index 915d74e..7291fb1 100644
--- a/hw/misc/hyperv_testdev.c
+++ b/hw/misc/hyperv_testdev.c
@@ -13,13 +13,9 @@
#include "qemu/osdep.h"
#include "qemu/queue.h"
-#include <linux/kvm.h>
-#include "hw/hw.h"
#include "hw/qdev.h"
#include "hw/isa/isa.h"
-#include "sysemu/kvm.h"
#include "target/i386/hyperv.h"
-#include "kvm_i386.h"
typedef struct TestSintRoute {
QLIST_ENTRY(TestSintRoute) le;
--
1.8.3.1