Use #include "..." for our own headers, <...> for others
commitd8e39b70625d4ba1e998439d1a077b4b978930e7
authorMarkus Armbruster <armbru@redhat.com>
Thu, 1 Feb 2018 11:18:28 +0000 (1 12:18 +0100)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 9 Feb 2018 04:05:11 +0000 (9 05:05 +0100)
treee12c529c79aaf80d2ef02efa1e677ef1d4ca4a51
parent637b047717fdeb6ffcd2fe7dff691a53f3804f42
Use #include "..." for our own headers, <...> for others

System headers should be included with <...>, our own headers with
"...".  Offenders tracked down with an ugly, brittle and probably
buggy Perl script.  Previous iteration was commit a9c94277f0.

Delete inclusions of "string.h" and "strings.h" instead of fixing them
to <string.h> and <strings.h>, because we always include these via
osdep.h.

Put the cleaned up system header includes first.

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

Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20180201111846.21846-2-armbru@redhat.com>
19 files changed:
contrib/vhost-user-scsi/vhost-user-scsi.c
hw/ide/sii3112.c
hw/s390x/s390-ccw.c
include/hw/loader-fit.h
include/hw/registerfields.h
include/hw/s390x/storage-attributes.h
target/i386/hax-all.c
target/i386/hvf/hvf.c
target/i386/hvf/x86_decode.c
target/i386/hvf/x86_mmu.c
target/i386/hvf/x86_task.c
target/s390x/gen-features.c
target/xtensa/core-dc232b/xtensa-modules.c
target/xtensa/core-dc233c/xtensa-modules.c
target/xtensa/core-de212/xtensa-modules.c
target/xtensa/core-fsf/xtensa-modules.c
target/xtensa/core-sample_controller/xtensa-modules.c
target/xtensa/xtensa-isa.h
vl.c