]> git.proxmox.com Git - mirror_qemu.git/commit - hw/display/ati_2d.c
Clean up includes
authorMarkus Armbruster <armbru@redhat.com>
Wed, 13 Mar 2019 16:28:12 +0000 (17:28 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 13 May 2019 06:58:55 +0000 (08:58 +0200)
commitbbfff19688d2e1d10ea1becdfe82f7b8c068ede9
treec3e13e348671af5df62be503d8a4750acc8e7d0c
parentefb4f3b62c69383a7308d7b739a3193e7c0ccae8
Clean up includes

Clean up includes so that osdep.h is included first and headers
which it implies are not included manually.

This commit was created with scripts/clean-includes, with the changes
to the following files manually reverted:

    contrib/libvhost-user/libvhost-user-glib.h
    contrib/libvhost-user/libvhost-user.c
    contrib/libvhost-user/libvhost-user.h
    linux-user/mips64/cpu_loop.c
    linux-user/mips64/signal.c
    linux-user/sparc64/cpu_loop.c
    linux-user/sparc64/signal.c
    linux-user/x86_64/cpu_loop.c
    linux-user/x86_64/signal.c
    slirp/src/*
    target/s390x/gen-features.c
    tests/fp/platform.h
    tests/migration/s390x/a-b-bios.c
    tests/test-rcu-simpleq.c
    tests/test-rcu-tailq.c
    tests/uefi-test-tools/UefiTestToolsPkg/BiosTablesTest/BiosTablesTest.c

We're in the process of spinning out slirp/.  tests/fp/platform.h is
has to include qemu/osdep.h because tests/fp/berkeley-softfloat-3/ and
tests/fp/berkeley-testfloat-3/ don't.  tests/uefi-test-tools/ is guest
software.  The remaining reverts are the same as in commit
b7d89466dde.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190313162812.8885-1-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
[Revert change to tests/fp/platform.h, adjust commit message]
contrib/elf2dmp/main.c
contrib/elf2dmp/pdb.c
hw/display/ati.c
hw/display/ati_2d.c
hw/display/ati_dbg.c
hw/display/ati_int.h
include/hw/cpu/cluster.h
tests/libqos/qgraph.h
tests/qos-test.c