From: Edgar Fuß Date: Thu, 9 Jul 2020 14:31:23 +0000 (+0200) Subject: clang-format X-Git-Tag: collectd-5.12.0~19^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3498%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/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 */ /*