diff options
author | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-04 22:13:25 +0000 |
---|---|---|
committer | aldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2007-01-04 22:13:25 +0000 |
commit | 115dd84e8e1c288dabeb89916874a8873cfcc62b (patch) | |
tree | 6c5bb17ea85f4d93e8b93a56bff38d6f105a8a42 | |
parent | 92ee2c73da3f8080e493d9ae2e5d93bd0b3ffd7d (diff) | |
download | busybox-w32-115dd84e8e1c288dabeb89916874a8873cfcc62b.tar.gz busybox-w32-115dd84e8e1c288dabeb89916874a8873cfcc62b.tar.bz2 busybox-w32-115dd84e8e1c288dabeb89916874a8873cfcc62b.zip |
- remove duplicate includes
git-svn-id: svn://busybox.net/trunk/busybox@17160 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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, |