[Qemu-devel] [PULL 25/48] hyperv_testdev: drop unnecessary includes

Paolo Bonzini posted 48 patches 7 years, 3 months ago
Only 47 patches received!
There is a newer version of this series
[Qemu-devel] [PULL 25/48] hyperv_testdev: drop unnecessary includes
Posted by Paolo Bonzini 7 years, 3 months ago
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