]> git.proxmox.com Git - qemu.git/blobdiff - gdbstub.c
softmmu: move include files to include/sysemu/
[qemu.git] / gdbstub.c
index 4b178a608fe58723e1a25174f4b87dd54eddf508..2fca1a7ebf476ee0cc63dd71ed03a1a15c2475a9 100644 (file)
--- a/gdbstub.c
+++ b/gdbstub.c
@@ -31,7 +31,7 @@
 #else
 #include "monitor/monitor.h"
 #include "qemu-char.h"
-#include "sysemu.h"
+#include "sysemu/sysemu.h"
 #include "exec/gdbstub.h"
 #endif
 
@@ -39,7 +39,7 @@
 
 #include "cpu.h"
 #include "qemu/sockets.h"
-#include "kvm.h"
+#include "sysemu/kvm.h"
 
 #ifndef TARGET_CPU_MEMORY_RW_DEBUG
 static inline int target_memory_rw_debug(CPUArchState *env, target_ulong addr,