diff options
Diffstat (limited to 'hw/omap1.c')
-rw-r--r-- | hw/omap1.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/omap1.c b/hw/omap1.c index 4d5815eb08..8536e96687 100644 --- a/hw/omap1.c +++ b/hw/omap1.c @@ -19,10 +19,10 @@ #include "hw.h" #include "arm-misc.h" #include "omap.h" -#include "sysemu.h" +#include "sysemu/sysemu.h" #include "soc_dma.h" -#include "blockdev.h" -#include "range.h" +#include "sysemu/blockdev.h" +#include "qemu/range.h" #include "sysbus.h" /* Should signal the TCMI/GPMC */ |