From: Edgar Fuß Date: Thu, 9 Jul 2020 14:32:03 +0000 (+0200) Subject: clang-format X-Git-Tag: collectd-5.12.0~27^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F3502%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/netstat_udp.c b/src/netstat_udp.c index cc3d9f2c6..36f3d98a2 100644 --- a/src/netstat_udp.c +++ b/src/netstat_udp.c @@ -28,8 +28,8 @@ #endif #include -#include #include +#include #include #include