diff options
author | Mike Frysinger <vapier@gentoo.org> | 2007-03-17 06:27:38 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2007-03-17 06:27:38 +0000 |
commit | 75acbe322c7b03e742120be2fcc20fe8a7ef0f7b (patch) | |
tree | 2027d07197a8aafd182cb6e79634973d6527ced9 | |
parent | 757ed50841ad74d50c1ab416cfb8d550506eaf5b (diff) | |
download | busybox-w32-75acbe322c7b03e742120be2fcc20fe8a7ef0f7b.tar.gz busybox-w32-75acbe322c7b03e742120be2fcc20fe8a7ef0f7b.tar.bz2 busybox-w32-75acbe322c7b03e742120be2fcc20fe8a7ef0f7b.zip |
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 d68519dfa..0016d839f 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <errno.h> | 17 | #include <errno.h> |
18 | #include <fcntl.h> | 18 | #include <fcntl.h> |
19 | #include <inttypes.h> | 19 | #include <inttypes.h> |
20 | #include <malloc.h> | ||
21 | #include <netdb.h> | 20 | #include <netdb.h> |
22 | #include <setjmp.h> | 21 | #include <setjmp.h> |
23 | #include <signal.h> | 22 | #include <signal.h> |