diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-04 22:13:25 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-04 22:13:25 +0000 |
commit | 89d49a42362f342d643503a40625e1cb70b7ee7f (patch) | |
tree | 6c5bb17ea85f4d93e8b93a56bff38d6f105a8a42 /include/inet_common.h | |
parent | a0e2a0a19272268fc042f159e74f1573a10202cd (diff) | |
download | busybox-w32-89d49a42362f342d643503a40625e1cb70b7ee7f.tar.gz busybox-w32-89d49a42362f342d643503a40625e1cb70b7ee7f.tar.bz2 busybox-w32-89d49a42362f342d643503a40625e1cb70b7ee7f.zip |
- remove duplicate includes
Diffstat (limited to 'include/inet_common.h')
-rw-r--r-- | include/inet_common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/inet_common.h b/include/inet_common.h index 1c16f6ca2..bda621198 100644 --- a/include/inet_common.h +++ b/include/inet_common.h | |||
@@ -5,13 +5,8 @@ | |||
5 | * | 5 | * |
6 | * Heavily modified by Manuel Novoa III Mar 12, 2001 | 6 | * Heavily modified by Manuel Novoa III Mar 12, 2001 |
7 | * | 7 | * |
8 | * Version: $Id: inet_common.h,v 1.4 2004/03/10 07:42:37 mjn3 Exp $ | ||
9 | * | ||
10 | */ | 8 | */ |
11 | 9 | ||
12 | #include <features.h> | ||
13 | #include <sys/types.h> | ||
14 | #include <sys/socket.h> | ||
15 | #include "platform.h" | 10 | #include "platform.h" |
16 | 11 | ||
17 | /* hostfirst!=0 If we expect this to be a hostname, | 12 | /* hostfirst!=0 If we expect this to be a hostname, |