X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=hw%2Fide%2Fahci.c;h=bcb9ff9e1b9b5dc2c7dd54c0b9b1bd7ee0aeb781;hb=a9c94277f07d19d3eb14f199c3e93491aa3eae0e;hp=b1a7b65a7b4fb31a36f6cfd708f86b87a78f8a42;hpb=b35399bb4e9968296a12303b00f9f2066470e987;p=mirror_qemu.git diff --git a/hw/ide/ahci.c b/hw/ide/ahci.c index b1a7b65a7b..bcb9ff9e1b 100644 --- a/hw/ide/ahci.c +++ b/hw/ide/ahci.c @@ -22,17 +22,17 @@ */ #include "qemu/osdep.h" -#include -#include -#include -#include +#include "hw/hw.h" +#include "hw/pci/msi.h" +#include "hw/i386/pc.h" +#include "hw/pci/pci.h" #include "qemu/error-report.h" #include "sysemu/block-backend.h" #include "sysemu/dma.h" -#include -#include -#include +#include "hw/ide/internal.h" +#include "hw/ide/pci.h" +#include "hw/ide/ahci.h" #define DEBUG_AHCI 0