aboutsummaryrefslogtreecommitdiff
path: root/toys/free.c
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2012-02-17 04:46:55 -0600
committerRob Landley <rob@landley.net>2012-02-17 04:46:55 -0600
commit524a949c7fc53f17198767ecfc29cbc856d6efc6 (patch)
treedc3d5a04232398500e56ee2a3b3142775defdfd7 /toys/free.c
parentaf125c381709f196d7276b62841328dfd2143e9f (diff)
downloadtoybox-524a949c7fc53f17198767ecfc29cbc856d6efc6.tar.gz
Move includes into toys.h, more xprintf()
Diffstat (limited to 'toys/free.c')
-rw-r--r--toys/free.c1
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)