diff options
Diffstat (limited to 'hw/exynos4210_combiner.c')
-rw-r--r-- | hw/exynos4210_combiner.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/exynos4210_combiner.c b/hw/exynos4210_combiner.c index ba644b43c2..5818f10132 100644 --- a/hw/exynos4210_combiner.c +++ b/hw/exynos4210_combiner.c @@ -27,9 +27,9 @@ * IRQs are passed to GIC through Combiner. */ -#include "sysbus.h" +#include "hw/sysbus.h" -#include "exynos4210.h" +#include "hw/exynos4210.h" //#define DEBUG_COMBINER |