From 2983f895537dc70d8ef7d68720bb5d7d41fb58e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Edgar=20Fu=C3=9F?= Date: Thu, 9 Jul 2020 16:31:23 +0200 Subject: [PATCH] clang-format Re-order #includes for the sake of appeasing clang-format. Fortunately, it still compiles that way. --- src/irq.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/irq.c b/src/irq.c index 3913e3b7c..907f562b0 100644 --- a/src/irq.c +++ b/src/irq.c @@ -32,11 +32,11 @@ #endif #if KERNEL_NETBSD +#include +#include #include -#include #include -#include -#include +#include #endif /* KERNEL_NETBSD */ /* -- 2.47.2