]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/dataplane/virtio-blk.c
hw: include hw header files with full paths
[mirror_qemu.git] / hw / dataplane / virtio-blk.c
index 8588f931144c41f89eef2ff0c94ac92b9e6f3352..8319c94b766e979821a43389856ceeb1428bd89a 100644 (file)
@@ -22,7 +22,7 @@
 #include "migration/migration.h"
 #include "block/block.h"
 #include "hw/virtio-blk.h"
-#include "hw/dataplane/virtio-blk.h"
+#include "virtio-blk.h"
 
 enum {
     SEG_MAX = 126,                  /* maximum number of I/O segments */