]> git.proxmox.com Git - mirror_qemu.git/blobdiff - semihosting/syscalls.c
gdbstub: move syscall handling to new file
[mirror_qemu.git] / semihosting / syscalls.c
index d69078899a3f7e07b41d3b8d92201cd096061a7f..42080ffdda3e61a9faaeaf393a6bc6f90f0be117 100644 (file)
@@ -7,8 +7,8 @@
  */
 
 #include "qemu/osdep.h"
-#include "exec/gdbstub.h"
 #include "cpu.h"
+#include "gdbstub/syscalls.h"
 #include "semihosting/guestfd.h"
 #include "semihosting/syscalls.h"
 #include "semihosting/console.h"