]> git.proxmox.com Git - qemu.git/blobdiff - hmp.c
target-mips: Fix incorrect reads and writes to DSPControl register
[qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index 9b31e9f8a784ce63390691c5877ecfbe1d5d2af2..9e9e62450e14eac31a19e0d1a5085f720159b09c 100644 (file)
--- a/hmp.c
+++ b/hmp.c
 
 #include "hmp.h"
 #include "net/net.h"
-#include "qemu-char.h"
-#include "qemu-option.h"
-#include "qemu-timer.h"
+#include "char/char.h"
+#include "qemu/option.h"
+#include "qemu/timer.h"
 #include "qmp-commands.h"
-#include "qemu_socket.h"
-#include "monitor.h"
-#include "console.h"
+#include "qemu/sockets.h"
+#include "monitor/monitor.h"
+#include "ui/console.h"
 
 static void hmp_handle_error(Monitor *mon, Error **errp)
 {