]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/ide/piix.c
Clean up inclusion of sysemu/sysemu.h
[mirror_qemu.git] / hw / ide / piix.c
index a3afe1fd29c06a5d31805a6c4da375203c7013c9..fba6bc8bffe199aae0b0475111faf645c15f5a18 100644 (file)
  */
 
 #include "qemu/osdep.h"
-#include "hw/hw.h"
 #include "hw/pci/pci.h"
-#include "hw/isa/isa.h"
+#include "migration/vmstate.h"
+#include "qemu/module.h"
 #include "sysemu/block-backend.h"
-#include "sysemu/sysemu.h"
 #include "sysemu/blockdev.h"
 #include "sysemu/dma.h"
+#include "sysemu/reset.h"
 
 #include "hw/ide/pci.h"
 #include "trace.h"