]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
Drop superfluous includes of qapi/qmp/qjson.h
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Feb 2018 11:18:45 +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-19-armbru@redhat.com>

balloon.c
block/nbd.c
block/quorum.c
blockjob.c
hw/core/qdev.c
hw/net/virtio-net.c
hw/pci/pcie_aer.c
target/s390x/kvm.c
tests/test-qobject-output-visitor.c
ui/spice-core.c
vl.c

index f8b5ca9870232d6e86f5ced3c841567f10337d3a..d8dd6fe77389bd3b9c194cf579a2b91451ebec40 100644 (file)
--- a/balloon.c
+++ b/balloon.c
@@ -33,7 +33,6 @@
 #include "qmp-commands.h"
 #include "qapi/error.h"
 #include "qapi/qmp/qerror.h"
-#include "qapi/qmp/qjson.h"
 
 static QEMUBalloonEvent *balloon_event_fn;
 static QEMUBalloonStatus *balloon_stat_fn;
index 94220f6d143efb55c14b4e12d1acd1f8bd24e44b..8cc4c6f31213dc16f949948f2222f32a2e115361 100644 (file)
@@ -36,7 +36,6 @@
 #include "qapi/qobject-input-visitor.h"
 #include "qapi/qobject-output-visitor.h"
 #include "qapi/qmp/qdict.h"
-#include "qapi/qmp/qjson.h"
 #include "qapi/qmp/qstring.h"
 #include "qemu/cutils.h"
 
index 980403f63ec8a2587a42cdf70178664f0ee63bbd..2dc79bf7e2e96451478872f2290638b5612c9ecc 100644 (file)
@@ -19,7 +19,6 @@
 #include "qapi/error.h"
 #include "qapi/qmp/qdict.h"
 #include "qapi/qmp/qerror.h"
-#include "qapi/qmp/qjson.h"
 #include "qapi/qmp/qlist.h"
 #include "qapi/qmp/qstring.h"
 #include "qapi-event.h"
index 081f1d2b916f0236ff59a23b6828bdd792c63afa..3f52f29f751c6dfc67100869a12c1f632ac58772 100644 (file)
@@ -31,7 +31,6 @@
 #include "sysemu/block-backend.h"
 #include "qapi/error.h"
 #include "qapi/qmp/qerror.h"
-#include "qapi/qmp/qjson.h"
 #include "qemu/coroutine.h"
 #include "qemu/id.h"
 #include "qemu/timer.h"
index 515cd505cd27989a115543f36f19032cbfc9b41e..0f70d7e5fb32bf3a962130c489fd9fcdc199a387 100644 (file)
@@ -31,7 +31,6 @@
 #include "qapi/error.h"
 #include "qapi/qmp/qerror.h"
 #include "qapi/visitor.h"
-#include "qapi/qmp/qjson.h"
 #include "qemu/error-report.h"
 #include "hw/hotplug.h"
 #include "hw/boards.h"
index 0dd3cb8de4ca02751c51be0d0315936893d4e2ef..369d40b3782eb6ef02c8716c9b6b12dcc56ab10c 100644 (file)
@@ -23,7 +23,6 @@
 #include "net/vhost_net.h"
 #include "hw/virtio/virtio-bus.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qjson.h"
 #include "qapi-event.h"
 #include "hw/virtio/virtio-access.h"
 #include "migration/misc.h"
index 0b55392fe7de44aeca32c588500a27506d8a7af2..939da0b778f9cdf65c511075d025e447f16fef02 100644 (file)
@@ -21,7 +21,6 @@
 #include "qemu/osdep.h"
 #include "sysemu/sysemu.h"
 #include "qapi/qmp/qdict.h"
-#include "qapi/qmp/qjson.h"
 #include "monitor/monitor.h"
 #include "hw/pci/pci_bridge.h"
 #include "hw/pci/pcie.h"
index 63c531e028f9f7289ac444d7589022a7a5a1f1f0..8fbbf72e4bcdb2c3512ccc16f01fbf46ae1c9036 100644 (file)
@@ -38,7 +38,6 @@
 #include "sysemu/hw_accel.h"
 #include "hw/hw.h"
 #include "sysemu/device_tree.h"
-#include "qapi/qmp/qjson.h"
 #include "exec/gdbstub.h"
 #include "exec/address-spaces.h"
 #include "trace.h"
index 1b8a9ee372b5be8b7fe44ad712c225fd2c82a386..3cf942414cb5175a64cdc849b9d1f38c517ba994 100644 (file)
@@ -22,7 +22,6 @@
 #include "qapi/qmp/qnull.h"
 #include "qapi/qmp/qnum.h"
 #include "qapi/qmp/qstring.h"
-#include "qapi/qmp/qjson.h"
 
 typedef struct TestOutputVisitorData {
     Visitor *ov;
index 03f9e83456e2b05b6d17dae1dba546c1b4934fbd..64ed759be5007e177584cd49846bcfbdbfb54555 100644 (file)
@@ -31,7 +31,6 @@
 #include "qemu/sockets.h"
 #include "qmp-commands.h"
 #include "qapi/error.h"
-#include "qapi/qmp/qjson.h"
 #include "qemu/notify.h"
 #include "migration/misc.h"
 #include "hw/hw.h"
diff --git a/vl.c b/vl.c
index 5570f1d72364fceeac93f9774a0d256a406ce1ba..21878496ec5fc20d5e3313757af365139e9d9386 100644 (file)
--- a/vl.c
+++ b/vl.c
@@ -98,7 +98,6 @@ int main(int argc, char **argv)
 #include "sysemu/hax.h"
 #include "qapi/qobject-input-visitor.h"
 #include "qapi-visit.h"
-#include "qapi/qmp/qjson.h"
 #include "qemu/option.h"
 #include "qemu/config-file.h"
 #include "qemu-options.h"