diff options
Diffstat (limited to 'hw/exynos4210_uart.c')
-rw-r--r-- | hw/exynos4210_uart.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/exynos4210_uart.c b/hw/exynos4210_uart.c index bdf797a029..006f3d44fb 100644 --- a/hw/exynos4210_uart.c +++ b/hw/exynos4210_uart.c @@ -19,11 +19,11 @@ * */ -#include "sysbus.h" +#include "hw/sysbus.h" #include "sysemu/sysemu.h" #include "char/char.h" -#include "exynos4210.h" +#include "hw/exynos4210.h" #undef DEBUG_UART #undef DEBUG_UART_EXTEND |