diff options
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" |