X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=balloon.c;h=e321f2c6886dae5c96bc7a38c4ffa0f45590d45e;hb=0ee20e665840d8a887c145b368ee121cb86a028e;hp=e02ab1c8849c8f5b8873999de44711d59a65a967;hpb=23797df3d9f08031d19aaaa1d2863d5feebe3d8b;p=qemu.git diff --git a/balloon.c b/balloon.c index e02ab1c88..e321f2c68 100644 --- a/balloon.c +++ b/balloon.c @@ -24,13 +24,13 @@ * THE SOFTWARE. */ -#include "monitor.h" -#include "cpu-common.h" -#include "kvm.h" -#include "balloon.h" +#include "monitor/monitor.h" +#include "exec/cpu-common.h" +#include "sysemu/kvm.h" +#include "sysemu/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;