aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-17 06:27:38 +0000
committerMike Frysinger <vapier@gentoo.org>2007-03-17 06:27:38 +0000
commit75acbe322c7b03e742120be2fcc20fe8a7ef0f7b (patch)
tree2027d07197a8aafd182cb6e79634973d6527ced9 /include
parent757ed50841ad74d50c1ab416cfb8d550506eaf5b (diff)
downloadbusybox-75acbe322c7b03e742120be2fcc20fe8a7ef0f7b.tar.gz
punt useless header as pointed out by src.obsolete.headers
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index d68519dfa..0016d839f 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -17,7 +17,6 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
-#include <malloc.h>
#include <netdb.h>
#include <setjmp.h>
#include <signal.h>