diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 14:16:09 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-10-05 14:16:09 +0200 |
commit | 099ef9324e88679e0b26f6f13476583e03f53dee (patch) | |
tree | 12f9362cb8e3252a8d83bcf500085fba7880e816 | |
parent | 318c8114deb4acd10e74398c5fb4c0068c86bcb1 (diff) | |
download | busybox-w32-099ef9324e88679e0b26f6f13476583e03f53dee.tar.gz busybox-w32-099ef9324e88679e0b26f6f13476583e03f53dee.tar.bz2 busybox-w32-099ef9324e88679e0b26f6f13476583e03f53dee.zip |
free: no longer include common_bufsiz.h
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | procps/free.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/procps/free.c b/procps/free.c index fa423cfa5..48139c4a3 100644 --- a/procps/free.c +++ b/procps/free.c | |||
@@ -32,7 +32,6 @@ | |||
32 | //usage: "Total: 386144 257128 129016\n" | 32 | //usage: "Total: 386144 257128 129016\n" |
33 | 33 | ||
34 | #include "libbb.h" | 34 | #include "libbb.h" |
35 | #include "common_bufsiz.h" | ||
36 | #ifdef __linux__ | 35 | #ifdef __linux__ |
37 | # include <sys/sysinfo.h> | 36 | # include <sys/sysinfo.h> |
38 | #endif | 37 | #endif |