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