Skip to content

Commit

Permalink
Drop superfluous includes of qapi/qmp/qerror.h
Browse files Browse the repository at this point in the history
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Signed-off-by: Markus Armbruster <[email protected]>
Message-Id: <[email protected]>
  • Loading branch information
Markus Armbruster committed Feb 9, 2018
1 parent e688df6 commit a82400c
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion backends/tpm.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "qemu/osdep.h"
#include "sysemu/tpm_backend.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/tpm.h"
#include "qemu/thread.h"
#include "qemu/main-loop.h"
Expand Down
1 change: 0 additions & 1 deletion block/qcow.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
#include "qemu/module.h"
#include "qemu/bswap.h"
#include <zlib.h>
#include "qapi/qmp/qerror.h"
#include "qapi/qmp/qstring.h"
#include "crypto/block.h"
#include "migration/blocker.h"
Expand Down
1 change: 0 additions & 1 deletion block/qed.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include "qemu/bswap.h"
#include "trace.h"
#include "qed.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/block-backend.h"

static int bdrv_qed_probe(const uint8_t *buf, int buf_size,
Expand Down
1 change: 0 additions & 1 deletion blockdev-nbd.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "sysemu/block-backend.h"
#include "hw/block/block.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "sysemu/sysemu.h"
#include "qmp-commands.h"
#include "block/nbd.h"
Expand Down
1 change: 0 additions & 1 deletion hw/s390x/s390-virtio-ccw.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
#include "hw/s390x/css-bridge.h"
#include "migration/register.h"
#include "cpu_models.h"
#include "qapi/qmp/qerror.h"
#include "hw/nmi.h"

S390CPU *s390_cpu_addr2state(uint16_t cpu_addr)
Expand Down
1 change: 0 additions & 1 deletion net/colo-compare.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include "qemu/error-report.h"
#include "trace.h"
#include "qemu-common.h"
#include "qapi/qmp/qerror.h"
#include "qapi/error.h"
#include "net/net.h"
#include "net/eth.h"
Expand Down
1 change: 0 additions & 1 deletion net/filter-mirror.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "net/net.h"
#include "qemu-common.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qapi-visit.h"
#include "qom/object.h"
#include "qemu/main-loop.h"
Expand Down
1 change: 0 additions & 1 deletion net/filter-rewriter.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include "net/filter.h"
#include "net/net.h"
#include "qemu-common.h"
#include "qapi/qmp/qerror.h"
#include "qemu/error-report.h"
#include "qapi-visit.h"
#include "qom/object.h"
Expand Down
1 change: 0 additions & 1 deletion qapi/qmp-dispatch.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
#include "qapi/qmp/dispatch.h"
#include "qapi/qmp/json-parser.h"
#include "qapi/qmp/qjson.h"
#include "qapi/qmp/qerror.h"

static QDict *qmp_dispatch_check_obj(const QObject *request, Error **errp)
{
Expand Down
1 change: 0 additions & 1 deletion qemu-img.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
#include "qapi/error.h"
#include "qapi-visit.h"
#include "qapi/qobject-output-visitor.h"
#include "qapi/qmp/qerror.h"
#include "qapi/qmp/qjson.h"
#include "qapi/qmp/qbool.h"
#include "qemu/cutils.h"
Expand Down
1 change: 0 additions & 1 deletion ui/vnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
#include "qemu/acl.h"
#include "qemu/config-file.h"
#include "qapi/error.h"
#include "qapi/qmp/qerror.h"
#include "qapi/qmp/types.h"
#include "qmp-commands.h"
#include "ui/input.h"
Expand Down

0 comments on commit a82400c

Please sign in to comment.