diff options
author | Mike Frysinger | 2007-03-17 06:27:38 +0000 |
---|---|---|
committer | Mike Frysinger | 2007-03-17 06:27:38 +0000 |
commit | 75acbe322c7b03e742120be2fcc20fe8a7ef0f7b (patch) | |
tree | 2027d07197a8aafd182cb6e79634973d6527ced9 | |
parent | 757ed50841ad74d50c1ab416cfb8d550506eaf5b (diff) | |
download | busybox-75acbe322c7b03e742120be2fcc20fe8a7ef0f7b.zip busybox-75acbe322c7b03e742120be2fcc20fe8a7ef0f7b.tar.gz |
punt useless header as pointed out by src.obsolete.headers
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index d68519d..0016d83 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> |