commit | 099ef9324e88679e0b26f6f13476583e03f53dee | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 05 14:16:09 2017 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Thu Oct 05 14:16:09 2017 +0200 |
tree | 12f9362cb8e3252a8d83bcf500085fba7880e816 | |
parent | 318c8114deb4acd10e74398c5fb4c0068c86bcb1 [diff] |
free: no longer include common_bufsiz.h Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/procps/free.c b/procps/free.c index fa423cf..48139c4 100644 --- a/procps/free.c +++ b/procps/free.c
@@ -32,7 +32,6 @@ //usage: "Total: 386144 257128 129016\n" #include "libbb.h" -#include "common_bufsiz.h" #ifdef __linux__ # include <sys/sysinfo.h> #endif