diff options
author | Markus Armbruster <armbru@redhat.com> | 2018-02-01 12:18:45 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2018-02-09 13:52:15 +0100 |
commit | bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf (patch) | |
tree | 43f82f7c1a18cadbdba06c7a17b20b6f0b084979 | |
parent | 72b4e612c1871482e892cd02a7509bde887450ab (diff) | |
download | qemu-bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf.zip qemu-bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf.tar.gz qemu-bbcad965bf7b3afac13d7bbc90d3eeca1a5b66bf.tar.bz2 |
Drop superfluous includes of qapi/qmp/qjson.h
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>
-rw-r--r-- | balloon.c | 1 | ||||
-rw-r--r-- | block/nbd.c | 1 | ||||
-rw-r--r-- | block/quorum.c | 1 | ||||
-rw-r--r-- | blockjob.c | 1 | ||||
-rw-r--r-- | hw/core/qdev.c | 1 | ||||
-rw-r--r-- | hw/net/virtio-net.c | 1 | ||||
-rw-r--r-- | hw/pci/pcie_aer.c | 1 | ||||
-rw-r--r-- | target/s390x/kvm.c | 1 | ||||
-rw-r--r-- | tests/test-qobject-output-visitor.c | 1 | ||||
-rw-r--r-- | ui/spice-core.c | 1 | ||||
-rw-r--r-- | vl.c | 1 |
11 files changed, 0 insertions, 11 deletions
@@ -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; diff --git a/block/nbd.c b/block/nbd.c index 94220f6..8cc4c6f 100644 --- a/block/nbd.c +++ b/block/nbd.c @@ -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" diff --git a/block/quorum.c b/block/quorum.c index 980403f..2dc79bf 100644 --- a/block/quorum.c +++ b/block/quorum.c @@ -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" @@ -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" diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 515cd50..0f70d7e 100644 --- a/hw/core/qdev.c +++ b/hw/core/qdev.c @@ -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" diff --git a/hw/net/virtio-net.c b/hw/net/virtio-net.c index 0dd3cb8..369d40b 100644 --- a/hw/net/virtio-net.c +++ b/hw/net/virtio-net.c @@ -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" diff --git a/hw/pci/pcie_aer.c b/hw/pci/pcie_aer.c index 0b55392..939da0b 100644 --- a/hw/pci/pcie_aer.c +++ b/hw/pci/pcie_aer.c @@ -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" diff --git a/target/s390x/kvm.c b/target/s390x/kvm.c index 63c531e..8fbbf72 100644 --- a/target/s390x/kvm.c +++ b/target/s390x/kvm.c @@ -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" diff --git a/tests/test-qobject-output-visitor.c b/tests/test-qobject-output-visitor.c index 1b8a9ee..3cf9424 100644 --- a/tests/test-qobject-output-visitor.c +++ b/tests/test-qobject-output-visitor.c @@ -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; diff --git a/ui/spice-core.c b/ui/spice-core.c index 03f9e83..64ed759 100644 --- a/ui/spice-core.c +++ b/ui/spice-core.c @@ -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" @@ -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" |