]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/virtio.h
hw: include hw header files with full paths
[mirror_qemu.git] / hw / virtio.h
index 8cc71e99b67097fac9219413ce2c8fdef207bf4d..ca43fd70cd931ade51198cc2f1ea6a384d0894f7 100644 (file)
 #ifndef _QEMU_VIRTIO_H
 #define _QEMU_VIRTIO_H
 
-#include "hw.h"
+#include "hw/hw.h"
 #include "net/net.h"
-#include "qdev.h"
+#include "hw/qdev.h"
 #include "sysemu/sysemu.h"
 #include "qemu/event_notifier.h"
 #ifdef CONFIG_VIRTFS
-#include "9pfs/virtio-9p-device.h"
+#include "hw/9pfs/virtio-9p-device.h"
 #endif
 
 /* from Linux's linux/virtio_config.h */