From: Roman Kagan Date: Fri, 21 Sep 2018 08:18:30 +0000 (+0300) Subject: hyperv_testdev: drop unnecessary includes X-Git-Tag: qemu-xen-4.13.0-rc1~614^2~23 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=cc4669f06539679f2ed256b37dd741580add1ff9;p=qemu-xen.git hyperv_testdev: drop unnecessary includes Signed-off-by: Roman Kagan Message-Id: <20180921081836.29230-3-rkagan@virtuozzo.com> Signed-off-by: Paolo Bonzini --- diff --git a/hw/misc/hyperv_testdev.c b/hw/misc/hyperv_testdev.c index 915d74e177..7291fb1c62 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 -#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;