diff options
Diffstat (limited to 'system/balloon.c')
-rw-r--r-- | system/balloon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/balloon.c b/system/balloon.c index fda7af8..311fa50 100644 --- a/system/balloon.c +++ b/system/balloon.c @@ -26,8 +26,8 @@ #include "qemu/osdep.h" #include "qemu/atomic.h" -#include "sysemu/kvm.h" -#include "sysemu/balloon.h" +#include "system/kvm.h" +#include "system/balloon.h" #include "qapi/error.h" #include "qapi/qapi-commands-machine.h" #include "qapi/qmp/qerror.h" |