From 75acbe322c7b03e742120be2fcc20fe8a7ef0f7b Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Sat, 17 Mar 2007 06:27:38 +0000
Subject: [PATCH] punt useless header as pointed out by src.obsolete.headers

---
 include/libbb.h | 1 -
 1 file changed, 1 deletion(-)

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>