diff options
Diffstat (limited to 'hw/isa.h')
-rw-r--r-- | hw/isa.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ /* ISA bus */ -#include "ioport.h" -#include "memory.h" +#include "exec/ioport.h" +#include "exec/memory.h" #include "qdev.h" #define ISA_NUM_IRQS 16 |