diff options
Diffstat (limited to 'hw/megasas.c')
-rw-r--r-- | hw/megasas.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/hw/megasas.c b/hw/megasas.c index 61b6527928..eb191f5e12 100644 --- a/hw/megasas.c +++ b/hw/megasas.c @@ -19,10 +19,10 @@ */ #include "hw.h" -#include "pci.h" -#include "dma.h" -#include "msix.h" -#include "iov.h" +#include "pci/pci.h" +#include "sysemu/dma.h" +#include "pci/msix.h" +#include "qemu/iov.h" #include "scsi.h" #include "scsi-defs.h" #include "trace.h" |