]> git.proxmox.com Git - mirror_qemu.git/blobdiff - target-arm/arm-semi.c
exec: move include files to include/exec/
[mirror_qemu.git] / target-arm / arm-semi.c
index 7743d67010223b1f9915aca88bb02a0db21967d4..847318d1f428aefe4f3e785e2e3f8934d08bdd8a 100644 (file)
@@ -33,7 +33,7 @@
 #define ARM_ANGEL_HEAP_SIZE (128 * 1024 * 1024)
 #else
 #include "qemu-common.h"
-#include "gdbstub.h"
+#include "exec/gdbstub.h"
 #include "hw/arm-misc.h"
 #endif
 
@@ -113,7 +113,7 @@ static inline uint32_t set_swi_errno(CPUARMState *env, uint32_t code)
     return code;
 }
 
-#include "softmmu-semi.h"
+#include "exec/softmmu-semi.h"
 #endif
 
 static target_ulong arm_semi_syscall_len;