treewide: order includes alphabetically
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 20 Feb 2019 10:30:42 +0000 (11:30 +0100)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 21 Feb 2019 08:38:57 +0000 (09:38 +0100)
commit937ded4dbc77c9d461fc1dc6907b165073b76f6a
tree384187e9b9bd1c23a9c0c010c805ce06425c66ff
parentacc337c9ef134b7b3100088958afd10e75c752af
treewide: order includes alphabetically

Unify the header includes by ordering them alphabetically and always
having local headers in a second group below the global ones (separated
by a newline).

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
28 files changed:
bindings/cxx/chip.cpp
bindings/cxx/gpiod.hpp
bindings/cxx/iter.cpp
bindings/cxx/line.cpp
bindings/cxx/line_bulk.cpp
include/gpiod.h
src/lib/core.c
src/lib/ctxless.c
src/lib/helpers.c
src/lib/iter.c
src/tools/gpiodetect.c
src/tools/gpiofind.c
src/tools/gpioget.c
src/tools/gpioinfo.c
src/tools/gpiomon.c
src/tools/gpioset.c
src/tools/tools-common.c
tests/gpiod-test.c
tests/tests-chip.c
tests/tests-ctxless.c
tests/tests-event.c
tests/tests-gpiodetect.c
tests/tests-gpiofind.c
tests/tests-gpioinfo.c
tests/tests-gpiomon.c
tests/tests-gpioset.c
tests/tests-line.c
tests/tests-misc.c