]> git.proxmox.com Git - mirror_qemu.git/commitdiff
Drop superfluous includes of qapi/qmp/dispatch.h
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Feb 2018 11:18:44 +0000 (12:18 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 9 Feb 2018 12:52:15 +0000 (13:52 +0100)
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-18-armbru@redhat.com>

monitor.c
qga/main.c
tests/test-qmp-commands.c

index 366ddfe5891a5a4ecc7bd16d721c2d692a2b2d63..68feb2d12cfd291e55de0be1b8cc040a8d4be7b4 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -80,7 +80,6 @@
 #include "sysemu/qtest.h"
 #include "sysemu/cpus.h"
 #include "qemu/cutils.h"
-#include "qapi/qmp/dispatch.h"
 
 #if defined(TARGET_S390X)
 #include "hw/s390x/storage-keys.h"
index aa8e00c653a477022d6a41923ce605a350598710..cb434d8c464a4433ea6c2211887d8148e5fa1479 100644 (file)
@@ -28,7 +28,6 @@
 #include "qga-qmp-commands.h"
 #include "qapi/qmp/qerror.h"
 #include "qapi/error.h"
-#include "qapi/qmp/dispatch.h"
 #include "qga/channel.h"
 #include "qemu/bswap.h"
 #include "qemu/help_option.h"
index b5a3d88775fdfcb6fecf580570468aa9f8422c2e..24660d0868c2f8dce5ed7b28ba2654cc31344404 100644 (file)
@@ -5,7 +5,6 @@
 #include "qapi/qmp/qstring.h"
 #include "test-qmp-commands.h"
 #include "qapi/error.h"
-#include "qapi/qmp/dispatch.h"
 #include "qemu/module.h"
 #include "qapi/qobject-input-visitor.h"
 #include "tests/test-qapi-types.h"