diff options
Diffstat (limited to 'hw/ide.h')
| -rw-r--r-- | hw/ide.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/ide.h b/hw/ide.h index 0eb3a74467..35444a39f9 100644 --- a/hw/ide.h +++ b/hw/ide.h @@ -1,8 +1,8 @@ #ifndef HW_IDE_H #define HW_IDE_H -#include "isa.h" -#include "pci/pci.h" +#include "hw/isa.h" +#include "hw/pci/pci.h" #include "exec/memory.h" #define MAX_IDE_DEVS 2 |