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/?a=commitdiff_plain;h=a420e6f24665e8e741628ae724c897765afebda5;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