From 0696635bcbad06770cce7d5a4c9e8e4d76868307 Mon Sep 17 00:00:00 2001 From: drkhsh 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/cpu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/cpu.c') diff --git a/components/cpu.c b/components/cpu.c index 28e9a45..20354c0 100644 --- a/components/cpu.c +++ b/components/cpu.c @@ -3,8 +3,8 @@ #include #include -#include "../util.h" #include "../slstatus.h" +#include "../util.h" #if defined(__linux__) #define CPU_FREQ "/sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq" @@ -110,9 +110,9 @@ b[CP_INTR])) / sum); } #elif defined(__FreeBSD__) + #include #include #include - #include const char * cpu_freq(const char *unused) -- cgit v1.2.3