]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/virtio-blk.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / virtio-blk.c
index 34913ee40ee1e9478e8a1d10c0b1b92a11499477..248a96635797135839e7abfe5874f6165f651ddf 100644 (file)
 #include "trace.h"
 #include "hw/block-common.h"
 #include "sysemu/blockdev.h"
-#include "virtio-blk.h"
+#include "hw/virtio-blk.h"
 #ifdef CONFIG_VIRTIO_BLK_DATA_PLANE
-#include "hw/dataplane/virtio-blk.h"
+#include "dataplane/virtio-blk.h"
 #endif
-#include "scsi-defs.h"
+#include "hw/scsi-defs.h"
 #ifdef __linux__
 # include <scsi/sg.h>
 #endif