commit c622ae87b9997ebeef692dedc7bcf2b279668c33 parent 1d6ba5093345265203ae1ee5cb3011d8cb16827e Author: hhvn <dev@hhvn.uk> Date: Thu, 14 Apr 2022 12:20:18 +0100 Remove sysinfo include Diffstat:
M | handlers/mem.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/handlers/mem.c b/handlers/mem.c @@ -2,7 +2,6 @@ #include <ctype.h> #include <string.h> #include <stdlib.h> -#include <sys/sysinfo.h> #include "../dwmbar.h" #define CONSTLEN(str) ((size_t)((sizeof(str) - sizeof(str[0])) / sizeof(str[0])))