From f912cc399c44a7cab6f707a2c1746fe98f328de5 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 18 Dec 2004 08:49:23 +0000 Subject: From Gisle Vanem: there's no need to include in "grammar.y", as "pcap.h" includes it. --- grammar.y | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'grammar.y') diff --git a/grammar.y b/grammar.y index b538e772..3325b764 100644 --- a/grammar.y +++ b/grammar.y @@ -22,7 +22,7 @@ */ #ifndef lint static const char rcsid[] _U_ = - "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.85 2004-10-07 16:54:54 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/grammar.y,v 1.86 2004-12-18 08:49:23 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -33,7 +33,6 @@ static const char rcsid[] _U_ = #include #else /* WIN32 */ #include -#include #include #endif /* WIN32 */ -- cgit v1.2.1