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 /hw | |
parent | 72b4e612c1871482e892cd02a7509bde887450ab (diff) |
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>
Diffstat (limited to 'hw')
-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 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hw/core/qdev.c b/hw/core/qdev.c index 515cd505cd..0f70d7e5fb 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 0dd3cb8de4..369d40b378 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 0b55392fe7..939da0b778 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" |