Include qmp-commands.h exactly where needed

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-7-armbru@redhat.com>
[OSX breakage fixed]
This commit is contained in:
Markus Armbruster 2018-02-01 12:18:33 +01:00
parent a82400cf5c
commit abb297ed44
11 changed files with 2 additions and 10 deletions

View file

@ -12,7 +12,7 @@
*/
#include "qapi/qmp/dispatch.h"
#include "qemu-common.h"
#include "qga-qmp-commands.h"
#include "qga-qapi-types.h"
#define QGA_READ_COUNT_DEFAULT 4096