diff options
Diffstat (limited to 'hw/lm32_sys.c')
-rw-r--r-- | hw/lm32_sys.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/lm32_sys.c b/hw/lm32_sys.c index 187ef6d0d6..33a3b80ce7 100644 --- a/hw/lm32_sys.c +++ b/hw/lm32_sys.c @@ -28,8 +28,8 @@ * the test is passed or any non-zero value to it if the test is failed. */ -#include "hw.h" -#include "sysbus.h" +#include "hw/hw.h" +#include "hw/sysbus.h" #include "trace.h" #include "qemu/log.h" #include "qemu/error-report.h" |