]> git.proxmox.com Git - qemu.git/blobdiff - hmp.c
target-s390: Convert FP LOAD COMPLIMENT, NEGATIVE, POSITIVE
[qemu.git] / hmp.c
diff --git a/hmp.c b/hmp.c
index 180ba2bfd90c971c016afeb11bd909434615ccb5..9e9e62450e14eac31a19e0d1a5085f720159b09c 100644 (file)
--- a/hmp.c
+++ b/hmp.c
  */
 
 #include "hmp.h"
-#include "net.h"
-#include "qemu-option.h"
-#include "qemu-timer.h"
+#include "net/net.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)
 {