]> git.proxmox.com Git - mirror_qemu.git/blobdiff - linux-user/qemu.h
exec: move include files to include/exec/
[mirror_qemu.git] / linux-user / qemu.h
index ceddb3ce726fb56d5f45cd6a224fcc3f921adc9f..2af883bf74086a020d3e60fb347d915347a56793 100644 (file)
 #include <stdlib.h>
 #endif /* DEBUG_REMAP */
 
-#include "qemu-user-types.h"
+#include "exec/user/abitypes.h"
 
-#include "thunk.h"
+#include "exec/user/thunk.h"
 #include "syscall_defs.h"
 #include "syscall.h"
 #include "target_signal.h"
-#include "gdbstub.h"
+#include "exec/gdbstub.h"
 #include "qemu-queue.h"
 
 #if defined(CONFIG_USE_NPTL)