summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMarkus Armbruster2018-12-20 09:45:59 +0100
committerPeter Maydell2019-01-08 13:30:50 +0100
commit16bf52346d065d8be168cd370df3dbb834108889 (patch)
treed69c999d9fd21b22d2ee2a4bc1c3440cb5717e09 /ui
parentMerge remote-tracking branch 'remotes/rth/tags/pull-axp-20190108' into staging (diff)
downloadqemu-16bf52346d065d8be168cd370df3dbb834108889.tar.gz
qemu-16bf52346d065d8be168cd370df3dbb834108889.tar.xz
qemu-16bf52346d065d8be168cd370df3dbb834108889.zip
ui/cocoa: Include less of the generated modular QAPI headers
Avoids pointless recompilation. Missed in commit 112ed241f5d. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Roman Bolshakov <r.bolshakov@yadro.com> Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com> Tested-by: Roman Bolshakov <r.bolshakov@yadro.com> Message-id: 20181220084559.13880-1-armbru@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'ui')
-rw-r--r--ui/cocoa.m3
1 files changed, 2 insertions, 1 deletions
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 <Carbon/Carbon.h>