]> git.proxmox.com Git - mirror_qemu.git/blobdiff - balloon.c
exec: move include files to include/exec/
[mirror_qemu.git] / balloon.c
index e02ab1c8849c8f5b8873999de44711d59a65a967..c24458b5f9cebcbecdba0a2bb07f13e44bc5f44c 100644 (file)
--- a/balloon.c
+++ b/balloon.c
  */
 
 #include "monitor.h"
-#include "cpu-common.h"
+#include "exec/cpu-common.h"
 #include "kvm.h"
 #include "balloon.h"
 #include "trace.h"
 #include "qmp-commands.h"
-#include "qjson.h"
+#include "qapi/qmp/qjson.h"
 
 static QEMUBalloonEvent *balloon_event_fn;
 static QEMUBalloonStatus *balloon_stat_fn;