diff options
Diffstat (limited to 'balloon.c')
-rw-r--r-- | balloon.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,8 +31,8 @@ #include "sysemu/balloon.h" #include "trace-root.h" #include "qmp-commands.h" +#include "qapi/error.h" #include "qapi/qmp/qerror.h" -#include "qapi/qmp/qjson.h" static QEMUBalloonEvent *balloon_event_fn; static QEMUBalloonStatus *balloon_stat_fn; |