Skip to content

Commit

Permalink
error: Drop superfluous #include "qapi/qmp/qerror.h"
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
Reviewed-by: Konstantin Kostiuk <[email protected]>
  • Loading branch information
Markus Armbruster committed Feb 23, 2023
1 parent 79b677d commit 6f1e91f
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion authz/listfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "qapi/qapi-visit-authz.h"
#include "qapi/qmp/qjson.h"
#include "qapi/qmp/qobject.h"
#include "qapi/qmp/qerror.h"
#include "qapi/qobject-input-visitor.h"


Expand Down
1 change: 0 additions & 1 deletion backends/cryptodev-vhost.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#ifdef CONFIG_VHOST_CRYPTO
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qemu/error-report.h"
#include "hw/virtio/virtio-crypto.h"
#include "sysemu/cryptodev-vhost-user.h"
Expand Down
1 change: 0 additions & 1 deletion backends/rng.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "qemu/osdep.h"
#include "sysemu/rng.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qemu/module.h"
#include "qom/object_interfaces.h"

Expand Down
1 change: 0 additions & 1 deletion backends/vhost-user.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

#include "qemu/osdep.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qemu/error-report.h"
#include "qom/object_interfaces.h"
#include "sysemu/vhost-user-backend.h"
Expand Down
1 change: 0 additions & 1 deletion block/backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include "block/block-copy.h"
#include "block/dirty-bitmap.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qemu/cutils.h"
#include "sysemu/block-backend.h"
#include "qemu/bitmap.h"
Expand Down
1 change: 0 additions & 1 deletion block/commit.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "block/block_int.h"
#include "block/blockjob_int.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qemu/ratelimit.h"
#include "qemu/memalign.h"
#include "sysemu/block-backend.h"
Expand Down
1 change: 0 additions & 1 deletion block/mirror.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "block/dirty-bitmap.h"
#include "sysemu/block-backend.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qemu/ratelimit.h"
#include "qemu/bitmap.h"
#include "qemu/memalign.h"
Expand Down
1 change: 0 additions & 1 deletion block/stream.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "block/block_int.h"
#include "block/blockjob_int.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qapi/qmp/qdict.h"
#include "qemu/ratelimit.h"
#include "sysemu/block-backend.h"
Expand Down
1 change: 0 additions & 1 deletion hw/core/machine.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "qemu/osdep.h"
#include "qemu/option.h"
#include "qemu/accel.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/replay.h"
#include "qemu/units.h"
#include "hw/boards.h"
Expand Down
1 change: 0 additions & 1 deletion hw/i386/pc.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@
#include "hw/mem/memory-device.h"
#include "sysemu/replay.h"
#include "target/i386/cpu.h"
#include "qapi/qmp/qerror.h"
#include "e820_memory_layout.h"
#include "fw_cfg.h"
#include "trace.h"
Expand Down
1 change: 0 additions & 1 deletion hw/i386/x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "qemu/datadir.h"
#include "qemu/guest-random.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qapi/qapi-visit-common.h"
#include "qapi/clone-visitor.h"
#include "qapi/qapi-visit-machine.h"
Expand Down
1 change: 0 additions & 1 deletion hw/misc/xlnx-zynqmp-apu-ctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "hw/register.h"

#include "qemu/bitops.h"
#include "qapi/qmp/qerror.h"

#include "hw/misc/xlnx-zynqmp-apu-ctrl.h"

Expand Down
1 change: 0 additions & 1 deletion migration/colo.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "net/colo.h"
#include "block/block.h"
#include "qapi/qapi-events-migration.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/cpus.h"
#include "sysemu/runstate.h"
#include "net/filter.h"
Expand Down
1 change: 0 additions & 1 deletion migration/migration-hmp-cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "qapi/qapi-commands-migration.h"
#include "qapi/qapi-visit-migration.h"
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qerror.h"
#include "qapi/string-input-visitor.h"
#include "qapi/string-output-visitor.h"
#include "qemu/cutils.h"
Expand Down
1 change: 0 additions & 1 deletion qga/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include "qapi/qmp/qjson.h"
#include "guest-agent-core.h"
#include "qga-qapi-init-commands.h"
#include "qapi/qmp/qerror.h"
#include "qapi/error.h"
#include "channel.h"
#include "qemu/cutils.h"
Expand Down
1 change: 0 additions & 1 deletion softmmu/qtest.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/cutils.h"
#include "qapi/qmp/qerror.h"
#include "qom/object_interfaces.h"
#include CONFIG_DEVICES
#ifdef CONFIG_PSERIES
Expand Down
1 change: 0 additions & 1 deletion target/i386/monitor.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "monitor/hmp-target.h"
#include "monitor/hmp.h"
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/kvm.h"
#include "qapi/error.h"
#include "qapi/qapi-commands-misc-target.h"
Expand Down
1 change: 0 additions & 1 deletion target/i386/sev-sysemu-stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "monitor/monitor.h"
#include "monitor/hmp-target.h"
#include "qapi/qapi-commands-misc-target.h"
#include "qapi/qmp/qerror.h"
#include "qapi/error.h"
#include "sev.h"

Expand Down
1 change: 0 additions & 1 deletion target/i386/sev.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "monitor/monitor.h"
#include "monitor/hmp-target.h"
#include "qapi/qapi-commands-misc-target.h"
#include "qapi/qmp/qerror.h"
#include "exec/confidential-guest-support.h"
#include "hw/i386/pc.h"
#include "exec/address-spaces.h"
Expand Down
1 change: 0 additions & 1 deletion util/qemu-config.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "block/qdict.h" /* for qdict_extract_subqdict() */
#include "qapi/error.h"
#include "qapi/qapi-commands-misc.h"
#include "qapi/qmp/qerror.h"
#include "qapi/qmp/qdict.h"
#include "qapi/qmp/qlist.h"
#include "qemu/error-report.h"
Expand Down

0 comments on commit 6f1e91f

Please sign in to comment.