From a420e6f24665e8e741628ae724c897765afebda5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Edgar=20Fu=C3=9F?= Date: Thu, 9 Jul 2020 16:30:02 +0200 Subject: [PATCH] clang-format Re-order #includes for the sake of appeasing clang-format. Fortunately, it still compiles that way. --- src/entropy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2