]> git.proxmox.com Git - qemu.git/blobdiff - hw/ide/core.c
hw: move headers to include/
[qemu.git] / hw / ide / core.c
index 3743dc3b55e7570cf6f0b45a30206abff5010d89..87d67b7bcbf399cd0cc1ab149612b81f486780c2 100644 (file)
  * THE SOFTWARE.
  */
 #include <hw/hw.h>
-#include <hw/pc.h>
+#include <hw/i386/pc.h>
 #include <hw/pci/pci.h>
-#include <hw/isa.h>
+#include <hw/isa/isa.h>
 #include "qemu/error-report.h"
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "sysemu/dma.h"
-#include "hw/block-common.h"
+#include "hw/block/block.h"
 #include "sysemu/blockdev.h"
 
 #include <hw/ide/internal.h>