diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-01 14:57:39 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-01 14:57:39 +0000 |
commit | 8a6cb4633593a00282a2e5cf6d38e6c8ae105545 (patch) | |
tree | c45744f32d41da344c6f16ca7bd9f1ef3eb84a42 /libc/inet/addr.c | |
parent | b0340327e37dbf3c7bab62fb01e63c4fe9cca72a (diff) |
Remove duplicate include
Diffstat (limited to 'libc/inet/addr.c')
-rw-r--r-- | libc/inet/addr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/inet/addr.c b/libc/inet/addr.c index 6434466c4..aa895cb9a 100644 --- a/libc/inet/addr.c +++ b/libc/inet/addr.c @@ -98,7 +98,6 @@ libc_hidden_def(inet_aton) #endif #ifdef L_inet_addr -#include <arpa/inet.h> libc_hidden_proto(inet_aton) libc_hidden_proto(inet_addr) |