From: guy Date: Tue, 9 Apr 2002 07:49:41 +0000 (+0000) Subject: include , and "pcap-int.h" includes , so X-Git-Tag: libpcap-0.7.2~27 X-Git-Url: https://git.tcpdump.org/libpcap/commitdiff_plain/65bcab39500c6e1a122e1a15f2db7e3824bbe73d include , and "pcap-int.h" includes , so there's no need to include ourselves. No UNIX-specific functions are used here, so there's no need to include . --- diff --git a/scanner.l b/scanner.l index 774fac2b..6f36be32 100644 --- a/scanner.l +++ b/scanner.l @@ -22,7 +22,7 @@ #ifndef lint static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.81.2.1 2002-04-07 00:43:50 guy Exp $ (LBL)"; + "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.81.2.2 2002-04-09 07:49:41 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H @@ -30,10 +30,8 @@ static const char rcsid[] = #endif #include -#include #include -#include #include #include "pcap-int.h"