Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-03-17 09:27:38 +0300
committerMike Frysinger <vapier@gentoo.org>2007-03-17 09:27:38 +0300
commit75acbe322c7b03e742120be2fcc20fe8a7ef0f7b (patch)
tree2027d07197a8aafd182cb6e79634973d6527ced9 /include
parent757ed50841ad74d50c1ab416cfb8d550506eaf5b (diff)
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>