Include config.h as the first thing in every .c file
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Mon, 18 Feb 2013 14:30:22 +0000 (14:30 +0000)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Fri, 22 Feb 2013 13:08:27 +0000 (13:08 +0000)
commit4a0b41ee31bdc67c56f672f6e0a64c42bf34c1ae
tree28d76950663d9dd3cca2e74b82a9744429251de3
parent0e90efd5b2c2e040763733761a8a320ccc8544c7
Include config.h as the first thing in every .c file

...except for CheckForAbstractSockets.c, which runs before config.h is
generated, and sd-daemon.c, which is externally-maintained.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=59971
Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Reviewed-by: Colin Walters <walters@verbum.org>
test/name-test/test-autolaunch.c
test/test-exit.c
tools/strtoll.c
tools/strtoull.c