diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-17 06:27:38 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-03-17 06:27:38 +0000 |
commit | aa5f80f278d3a93e4c6e5a8892a7b49f31b3ce4c (patch) | |
tree | 2027d07197a8aafd182cb6e79634973d6527ced9 | |
parent | 73ce70caee718bb10ef4d4b965203e0678bb5f99 (diff) | |
download | busybox-w32-aa5f80f278d3a93e4c6e5a8892a7b49f31b3ce4c.tar.gz busybox-w32-aa5f80f278d3a93e4c6e5a8892a7b49f31b3ce4c.tar.bz2 busybox-w32-aa5f80f278d3a93e4c6e5a8892a7b49f31b3ce4c.zip |
punt useless header as pointed out by src.obsolete.headers
git-svn-id: svn://busybox.net/trunk/busybox@18131 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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> |