diff options
Diffstat (limited to 'hw/virtio-bus.h')
-rw-r--r-- | hw/virtio-bus.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/virtio-bus.h b/hw/virtio-bus.h index 7584a0e6ae..ae0f7078b4 100644 --- a/hw/virtio-bus.h +++ b/hw/virtio-bus.h @@ -25,9 +25,9 @@ #ifndef VIRTIO_BUS_H #define VIRTIO_BUS_H -#include "qdev.h" +#include "hw/qdev.h" #include "sysemu/sysemu.h" -#include "virtio.h" +#include "hw/virtio.h" #define TYPE_VIRTIO_BUS "virtio-bus" #define VIRTIO_BUS_GET_CLASS(obj) \ |