From 16bf52346d065d8be168cd370df3dbb834108889 Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Thu, 20 Dec 2018 09:45:59 +0100 Subject: [PATCH] ui/cocoa: Include less of the generated modular QAPI headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ui/cocoa.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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