From: Markus Armbruster Date: Thu, 20 Dec 2018 08:45:59 +0000 (+0100) Subject: ui/cocoa: Include less of the generated modular QAPI headers X-Git-Tag: v4.0.0-rc0~186 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=16bf52346d065d8be168cd370df3dbb834108889;p=users%2Fdwmw2%2Fqemu.git ui/cocoa: Include less of the generated modular QAPI headers Avoids pointless recompilation. Missed in commit 112ed241f5d. Signed-off-by: Markus Armbruster Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Roman Bolshakov Tested-by: Philippe Mathieu-Daudé Tested-by: Roman Bolshakov Message-id: 20181220084559.13880-1-armbru@redhat.com Signed-off-by: Peter Maydell --- diff --git a/ui/cocoa.m b/ui/cocoa.m index ecf12bfc2e..ddc058e76e 100644 --- a/ui/cocoa.m +++ b/ui/cocoa.m @@ -32,7 +32,8 @@ #include "ui/input.h" #include "sysemu/sysemu.h" #include "qapi/error.h" -#include "qapi/qapi-commands.h" +#include "qapi/qapi-commands-block.h" +#include "qapi/qapi-commands-misc.h" #include "sysemu/blockdev.h" #include "qemu-version.h" #include