diff options
-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 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 |