]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
ui/cocoa: Include less of the generated modular QAPI headers
authorMarkus Armbruster <armbru@redhat.com>
Thu, 20 Dec 2018 08:45:59 +0000 (09:45 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 8 Jan 2019 12:30:50 +0000 (12:30 +0000)
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>
ui/cocoa.m

index ecf12bfc2e49634f21e90ab242cc097a39ca0a70..ddc058e76efcfd4a6e43d022feee241ab7509f41 100644 (file)
@@ -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>