diff options
Diffstat (limited to 'hw/esp-pci.c')
-rw-r--r-- | hw/esp-pci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/esp-pci.c b/hw/esp-pci.c index 7599b39d8d..3ca5c8c673 100644 --- a/hw/esp-pci.c +++ b/hw/esp-pci.c @@ -24,8 +24,8 @@ */ #include "hw/pci/pci.h" -#include "hw/eeprom93xx.h" -#include "hw/esp.h" +#include "hw/nvram/eeprom93xx.h" +#include "hw/scsi/esp.h" #include "trace.h" #include "qemu/log.h" |