From: Aaron Marcher Date: Wed, 2 May 2018 06:21:32 +0000 (+0200) Subject: ip: Sort headers alphabetically X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=b2b6eb638eadcdd5ea091d74f65b1c0a97e0df0a;p=suckless%2Fslstatus.git ip: Sort headers alphabetically --- diff --git a/components/ip.c b/components/ip.c index 422b448..b1f8a05 100644 --- a/components/ip.c +++ b/components/ip.c @@ -1,14 +1,13 @@ /* See LICENSE file for copyright and license details. */ -#if defined(__OpenBSD__) -#include -#include -#endif - #include #include #include #include #include +#if defined(__OpenBSD__) +#include +#include +#endif #include "../util.h"