From: guy Date: Mon, 5 Aug 2002 07:59:43 +0000 (+0000) Subject: Get rid of probably-unnecessary includes of . X-Git-Tag: libpcap-0.8-bp~144 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/68634dadde7d9f044e64ff29e85208f32b1cd584 Get rid of probably-unnecessary includes of . --- diff --git a/gencode.c b/gencode.c index 60fb3276..c2b509cc 100644 --- a/gencode.c +++ b/gencode.c @@ -21,7 +21,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.172 2002-08-02 05:53:53 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/gencode.c,v 1.173 2002-08-05 07:59:43 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -49,10 +49,6 @@ static const char rcsid[] = #include #endif -struct mbuf; /* Squelch compiler warnings on some platforms for */ -struct rtentry; /* declarations in */ -#include - #include #endif /* WIN32 */ diff --git a/grammar.y b/grammar.y index 56666678..1e7536d1 100644 --- a/grammar.y +++ b/grammar.y @@ -22,7 +22,7 @@ */ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.75 2002-08-02 05:11:13 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.76 2002-08-05 07:59:43 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -45,8 +45,6 @@ struct mbuf; struct rtentry; #endif -#include - #include #endif /* WIN32 */