]> git.proxmox.com Git - mirror_qemu.git/blobdiff - trace/qmp.c
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request' into...
[mirror_qemu.git] / trace / qmp.c
index ac777d154f45cbf42c8a9816bf002fe3bd41fb64..ea99b009563441240d67a89a10c12194bfe38819 100644 (file)
@@ -8,8 +8,9 @@
  */
 
 #include "qemu/osdep.h"
-#include "qmp-commands.h"
-#include "trace/control.h"
+#include "qapi/error.h"
+#include "qapi/qapi-commands-trace.h"
+#include "control.h"
 
 
 static CPUState *get_cpu(bool has_vcpu, int vcpu, Error **errp)