]> git.proxmox.com Git - qemu.git/blobdiff - monitor.c
exec: move include files to include/exec/
[qemu.git] / monitor.c
index 7d5c8a622c3f5d787183280b9a2fb17920174571..a3e010968e44223a1971901ae3b496d343ff7e72 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -30,7 +30,7 @@
 #include "hw/pci/pci.h"
 #include "hw/watchdog.h"
 #include "hw/loader.h"
-#include "gdbstub.h"
+#include "exec/gdbstub.h"
 #include "net/net.h"
 #include "net/slirp.h"
 #include "qemu-char.h"
@@ -63,7 +63,7 @@
 #include "trace/simple.h"
 #endif
 #include "ui/qemu-spice.h"
-#include "memory.h"
+#include "exec/memory.h"
 #include "qmp-commands.h"
 #include "hmp.h"
 #include "qemu-thread.h"