summaryrefslogtreecommitdiff
path: root/ethertype.c
diff options
context:
space:
mode:
Diffstat (limited to 'ethertype.c')
-rw-r--r--ethertype.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ethertype.c b/ethertype.c
index 25a6f7f653..a42ad8b43f 100644
--- a/ethertype.c
+++ b/ethertype.c
@@ -2,7 +2,7 @@
* Routines for calling the right protocol for the ethertype.
* This is called by both packet-eth.c (Ethernet II) and packet-llc.c (SNAP)
*
- * $Id: ethertype.c,v 1.8 1998/11/03 07:45:09 guy Exp $
+ * $Id: ethertype.c,v 1.9 1998/11/12 00:06:20 gram Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -38,8 +38,6 @@
#include <stdio.h>
-#include <pcap.h>
-
#include "ethereal.h"
#include "packet.h"
#include "etypes.h"