]> git.proxmox.com Git - mirror_qemu.git/commit
include: Clean up includes
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 11:58:03 +0000 (11:58 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 23 Feb 2016 12:43:05 +0000 (12:43 +0000)
commit90ce6e2644db2c47d72f364b4de57342e50bd10a
tree0107d6e91d0e48618720b4c5d4fd00740ae6fcbd
parent974dc73d778a3b1c09a06a6a41af159537eba595
include: 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.

NB: If this commit breaks compilation for your out-of-tree
patchseries or fork, then you need to make sure you add
#include "qemu/osdep.h" to any new .c files that you have.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
97 files changed:
include/block/accounting.h
include/block/nbd.h
include/block/snapshot.h
include/block/write-threshold.h
include/config.h
include/crypto/cipher.h
include/crypto/hash.h
include/crypto/init.h
include/crypto/secret.h
include/crypto/tlscreds.h
include/elf.h
include/exec/cpu-all.h
include/exec/cpu-defs.h
include/exec/helper-head.h
include/exec/memory.h
include/exec/user/thunk.h
include/fpu/softfloat.h
include/hw/acpi/acpi.h
include/hw/acpi/aml-build.h
include/hw/acpi/bios-linker-loader.h
include/hw/acpi/pcihp.h
include/hw/block/block.h
include/hw/i386/topology.h
include/hw/isa/apm.h
include/hw/nvram/fw_cfg.h
include/hw/pci/pci.h
include/hw/pci/shpc.h
include/hw/qdev-core.h
include/hw/virtio/vhost-backend.h
include/hw/xen/xen.h
include/hw/xen/xen_common.h
include/io/channel.h
include/io/task.h
include/libdecnumber/dconfig.h
include/libdecnumber/decContext.h
include/libdecnumber/decNumberLocal.h
include/migration/migration.h
include/migration/qemu-file.h
include/net/checksum.h
include/net/eth.h
include/qapi/error.h
include/qapi/qmp-event.h
include/qapi/qmp/dispatch.h
include/qapi/qmp/json-lexer.h
include/qapi/qmp/json-parser.h
include/qapi/qmp/json-streamer.h
include/qapi/qmp/qbool.h
include/qapi/qmp/qdict.h
include/qapi/qmp/qfloat.h
include/qapi/qmp/qint.h
include/qapi/qmp/qjson.h
include/qapi/qmp/qobject.h
include/qapi/qmp/qstring.h
include/qapi/visitor-impl.h
include/qapi/visitor.h
include/qemu-common.h
include/qemu/atomic.h
include/qemu/bitmap.h
include/qemu/bitops.h
include/qemu/bswap.h
include/qemu/compatfd.h
include/qemu/compiler.h
include/qemu/config-file.h
include/qemu/coroutine.h
include/qemu/error-report.h
include/qemu/fprintf-fn.h
include/qemu/hbitmap.h
include/qemu/host-utils.h
include/qemu/int128.h
include/qemu/log.h
include/qemu/memfd.h
include/qemu/module.h
include/qemu/option.h
include/qemu/range.h
include/qemu/rcu.h
include/qemu/sockets.h
include/qemu/thread.h
include/qemu/throttle.h
include/qemu/timed-average.h
include/qemu/xattr.h
include/qom/cpu.h
include/qom/object.h
include/sysemu/block-backend.h
include/sysemu/blockdev.h
include/sysemu/dma.h
include/sysemu/hostmem.h
include/sysemu/kvm.h
include/sysemu/numa.h
include/sysemu/os-posix.h
include/sysemu/qtest.h
include/sysemu/replay.h
include/sysemu/rng.h
include/sysemu/seccomp.h
include/sysemu/tpm_backend.h
include/sysemu/xen-mapcache.h
include/ui/console.h
include/ui/qemu-spice.h