From 0696635bcbad06770cce7d5a4c9e8e4d76868307 Mon Sep 17 00:00:00 2001
From: drkhsh <me@drkhsh.at>
Date: Thu, 27 Oct 2022 23:18:30 +0200
Subject: radical re-formatting 0/3: Alphabetic headers

Except stated otherwise in comment.

Fixes coding style. Formatting commits suck, incoherent coding style
sucks more.
https://suckless.org/coding_style/
---
 components/load_avg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'components/load_avg.c')

diff --git a/components/load_avg.c b/components/load_avg.c
index ab33fa3..f278a40 100644
--- a/components/load_avg.c
+++ b/components/load_avg.c
@@ -2,8 +2,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include "../util.h"
 #include "../slstatus.h"
+#include "../util.h"
 
 const char *
 load_avg(const char *unused)
-- 
cgit v1.2.3