diff options
Diffstat (limited to 'hw/lm32_timer.c')
-rw-r--r-- | hw/lm32_timer.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/lm32_timer.c b/hw/lm32_timer.c index db527e9dc..e06fac708 100644 --- a/hw/lm32_timer.c +++ b/hw/lm32_timer.c @@ -21,11 +21,11 @@ * http://www.latticesemi.com/documents/mico32timer.pdf */ -#include "hw.h" -#include "sysbus.h" +#include "hw/hw.h" +#include "hw/sysbus.h" #include "trace.h" #include "qemu/timer.h" -#include "ptimer.h" +#include "hw/ptimer.h" #include "qemu/error-report.h" #define DEFAULT_FREQUENCY (50*1000000) |