swap: removed unused include
Tobias Tschinkowitz tobias@he4d.net
Tue, 29 May 2018 14:28:39 +0200
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
components/swap.c
→
components/swap.c
@@ -107,7 +107,6 @@ return fmt_human((total - free - cached) * 1024, 1024);
} #elif defined(__OpenBSD__) #include <stdlib.h> - #include <sys/param.h> /* dbtob */ #include <sys/swap.h> #include <sys/types.h> #include <unistd.h>