diff options
Diffstat (limited to 'toys/free.c')
-rw-r--r-- | toys/free.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/toys/free.c b/toys/free.c index 189107f1..229e5e97 100644 --- a/toys/free.c +++ b/toys/free.c @@ -20,7 +20,6 @@ config FREE */ #include "toys.h" -#include <sys/sysinfo.h> static unsigned long long convert(unsigned long d, unsigned int iscale, unsigned int oscale) |