From: guy Date: Sat, 6 Apr 2002 23:30:28 +0000 (+0000) Subject: There's no need to include twice. X-Git-Tag: libpcap-0.7.2~35 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/54d9c05b85adc34219ad0aa079ab9fdcbced158d There's no need to include twice. --- diff --git a/nametoaddr.c b/nametoaddr.c index d9a0389b..6b999f53 100644 --- a/nametoaddr.c +++ b/nametoaddr.c @@ -24,7 +24,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.60 2001-07-28 22:56:35 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/nametoaddr.c,v 1.60.2.1 2002-04-06 23:30:28 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -44,8 +44,8 @@ struct rtentry; #include #endif #include -#ifdef INET6 #include +#ifdef INET6 #include #endif /*INET6*/ @@ -53,7 +53,6 @@ struct rtentry; #include #include #include -#include #include #include "pcap-int.h"