]> git.proxmox.com Git - mirror_qemu.git/commit
Include qapi/qmp/qlist.h exactly where needed
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Feb 2018 11:18:38 +0000 (12:18 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 9 Feb 2018 12:52:15 +0000 (13:52 +0100)
commit47e6b297e76007c04a1e9c492006fe093d932cd9
tree97e61115f914284d897b6824f913a259d45587fd
parent5ee9d2fe9e1e15d6e4a112220da3ad8a3512819b
Include qapi/qmp/qlist.h exactly where needed

This cleanup makes the number of objects depending on qapi/qmp/qlist.h
drop from 4551 (out of 4743) to 16 in my "build everything" tree.

While there, separate #include from file comment with a blank line.

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-12-armbru@redhat.com>
27 files changed:
block/qapi.c
block/rbd.c
blockdev.c
include/qapi/qmp/json-parser.h
include/qapi/qmp/qdict.h
qapi/qobject-input-visitor.c
qapi/qobject-output-visitor.c
qobject/json-parser.c
qobject/qdict.c
qobject/qjson.c
qobject/qlit.c
qobject/qobject.c
tests/check-qdict.c
tests/check-qlit.c
tests/check-qobject.c
tests/device-introspect-test.c
tests/libqtest.c
tests/numa-test.c
tests/qmp-test.c
tests/qom-test.c
tests/test-keyval.c
tests/test-qga.c
tests/test-qobject-output-visitor.c
tests/test-x86-cpuid-compat.c
ui/vnc-palette.h
util/keyval.c
util/qemu-config.c