aboutsummaryrefslogtreecommitdiffstats
path: root/grammar.y
diff options
context:
space:
mode:
authorguy <guy>2002-08-05 07:59:43 +0000
committerguy <guy>2002-08-05 07:59:43 +0000
commit68634dadde7d9f044e64ff29e85208f32b1cd584 (patch)
treea7cf07824ae120bc845941caae2a01cf5be9f2b0 /grammar.y
parent7989614935adc005a3643b4369386cc699a08c19 (diff)
Get rid of probably-unnecessary includes of <net/if.h>.
Diffstat (limited to 'grammar.y')
-rw-r--r--grammar.y4
1 files changed, 1 insertions, 3 deletions
diff --git a/grammar.y b/grammar.y
index 5666667..1e7536d 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 <net/if.h>
-
#include <netinet/in.h>
#endif /* WIN32 */