diff options
Diffstat (limited to 'hw/kvm/clock.c')
-rw-r--r-- | hw/kvm/clock.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/kvm/clock.c b/hw/kvm/clock.c index 4cf62f6..be24973 100644 --- a/hw/kvm/clock.c +++ b/hw/kvm/clock.c @@ -14,8 +14,8 @@ */ #include "qemu-common.h" -#include "sysemu.h" -#include "kvm.h" +#include "sysemu/sysemu.h" +#include "sysemu/kvm.h" #include "hw/sysbus.h" #include "hw/kvm/clock.h" |