diff options
Diffstat (limited to 'hw/arm/omap2.c')
-rw-r--r-- | hw/arm/omap2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/arm/omap2.c b/hw/arm/omap2.c index 010c483..2ff4371 100644 --- a/hw/arm/omap2.c +++ b/hw/arm/omap2.c @@ -20,11 +20,11 @@ #include "sysemu/blockdev.h" #include "hw/hw.h" -#include "hw/arm.h" +#include "hw/arm/arm.h" #include "hw/arm/omap.h" #include "sysemu/sysemu.h" #include "qemu/timer.h" -#include "char/char.h" +#include "sysemu/char.h" #include "hw/block/flash.h" #include "hw/arm/soc_dma.h" #include "hw/sysbus.h" |