From: Edgar Fuß Date: Thu, 9 Jul 2020 14:30:02 +0000 (+0200) Subject: clang-format X-Git-Tag: collectd-5.12.0~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3497%2Fhead;p=thirdparty%2Fcollectd.git clang-format Re-order #includes for the sake of appeasing clang-format. Fortunately, it still compiles that way. --- diff --git a/src/entropy.c b/src/entropy.c index 8e0a5a955..393f14b74 100644 --- a/src/entropy.c +++ b/src/entropy.c @@ -60,10 +60,10 @@ static int entropy_read(void) { * will end up opening /dev/urandom lots of times. */ -#include #include #include #include +#include #if HAVE_SYS_RNDIO_H #include #endif