]> git.proxmox.com Git - mirror_qemu.git/commit - exec.c
Use #include "..." for our own headers, <...> for others
authorMarkus Armbruster <armbru@redhat.com>
Wed, 22 Jun 2016 17:11:19 +0000 (19:11 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Tue, 12 Jul 2016 14:19:16 +0000 (16:19 +0200)
commita9c94277f07d19d3eb14f199c3e93491aa3eae0e
treefbacb9207afd71c3ad206a4099099d95b7824c16
parentb35399bb4e9968296a12303b00f9f2066470e987
Use #include "..." for our own headers, <...> for others

Tracked down with an ugly, brittle and probably buggy Perl script.

Also move includes converted to <...> up so they get included before
ours where that's obviously okay.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Tested-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
91 files changed:
block/iscsi.c
crypto/hash-gcrypt.c
crypto/pbkdf-gcrypt.c
crypto/pbkdf-nettle.c
exec.c
hw/block/nvme.c
hw/char/sclpconsole.c
hw/display/vga_int.h
hw/display/virtio-gpu-3d.c
hw/display/virtio-gpu.c
hw/i386/kvm/i8254.c
hw/i386/kvm/pci-assign.c
hw/ide/ahci.c
hw/ide/cmd646.c
hw/ide/core.c
hw/ide/ich.c
hw/ide/isa.c
hw/ide/macio.c
hw/ide/microdrive.c
hw/ide/mmio.c
hw/ide/pci.c
hw/ide/piix.c
hw/ide/qdev.c
hw/ide/via.c
hw/misc/hyperv_testdev.c
hw/ppc/spapr_cpu_core.c
hw/ppc/spapr_pci_vfio.c
hw/s390x/css.c
hw/s390x/s390-pci-bus.c
hw/s390x/s390-pci-bus.h
hw/s390x/s390-pci-inst.c
hw/s390x/s390-pci-inst.h
hw/s390x/sclpquiesce.c
hw/s390x/virtio-ccw.h
hw/scsi/vhost-scsi.c
hw/scsi/virtio-scsi-dataplane.c
hw/scsi/virtio-scsi.c
hw/scsi/vmw_pvscsi.c
hw/usb/xen-usb.c
hw/vfio/common.c
hw/virtio/vhost-backend.c
include/exec/helper-gen.h
include/exec/helper-proto.h
include/exec/helper-tcg.h
include/exec/tb-hash-xx.h
include/hw/gpio/imx_gpio.h
include/hw/i2c/imx_i2c.h
include/hw/ide/ahci.h
include/hw/ide/internal.h
include/hw/ide/pci.h
include/hw/ppc/spapr_drc.h
include/hw/s390x/event-facility.h
include/hw/s390x/sclp.h
include/hw/s390x/storage-keys.h
include/migration/vmstate.h
include/qemu/seqlock.h
include/qemu/thread-posix.h
include/qemu/thread-win32.h
linux-user/arm/nwfpe/fpa11.h
linux-user/flatload.c
monitor.c
qga/vss-win32/install.cpp
qga/vss-win32/provider.cpp
qga/vss-win32/requester.cpp
qga/vss-win32/vss-common.h
slirp/bootp.c
slirp/cksum.c
slirp/if.c
slirp/ip_input.c
slirp/ip_output.c
slirp/mbuf.c
slirp/misc.c
slirp/sbuf.c
slirp/socket.c
slirp/tcp_input.c
slirp/tcp_output.c
slirp/tcp_subr.c
slirp/tcp_timer.c
slirp/tftp.c
slirp/udp.c
target-arm/arm-powerctl.c
target-arm/psci.c
target-ppc/translate_init.c
target-s390x/cpu.h
target-unicore32/softmmu.c
tests/postcopy-test.c
tests/tcg/xtensa/linker.ld.S
tests/vhost-user-bridge.c
tests/vhost-user-test.c
util/mmap-alloc.c
util/oslib-posix.c