diff options
Diffstat (limited to 'hw/cris-boot.c')
-rw-r--r-- | hw/cris-boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/cris-boot.c b/hw/cris-boot.c index b21326fade..c330e22a86 100644 --- a/hw/cris-boot.c +++ b/hw/cris-boot.c @@ -22,10 +22,10 @@ * THE SOFTWARE. */ -#include "hw.h" -#include "loader.h" +#include "hw/hw.h" +#include "hw/loader.h" #include "elf.h" -#include "cris-boot.h" +#include "hw/cris-boot.h" static void main_cpu_reset(void *opaque) { |