aboutsummaryrefslogtreecommitdiffstats
path: root/packet-udp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 17:56:42 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 17:56:42 +0000
commit3e720012ad2bd03b0f290d0d82acbde1e5f36fa1 (patch)
treeca741c4c0dbe07c630d0cd7432d5f0a535829061 /packet-udp.c
parentc75f555d8cb42057204a7e9f738cd0bb6b865d6e (diff)
Get rid of unnecessary include.
svn path=/trunk/; revision=3367
Diffstat (limited to 'packet-udp.c')
-rw-r--r--packet-udp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-udp.c b/packet-udp.c
index e377ef537f..e6a91ebcc2 100644
--- a/packet-udp.c
+++ b/packet-udp.c
@@ -1,7 +1,7 @@
/* packet-udp.c
* Routines for UDP packet disassembly
*
- * $Id: packet-udp.c,v 1.90 2001/04/23 17:51:34 guy Exp $
+ * $Id: packet-udp.c,v 1.91 2001/04/23 17:56:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -51,7 +51,6 @@
#include "packet-ip.h"
#include "conversation.h"
-#include "packet-vines.h"
static int proto_udp = -1;
static int hf_udp_srcport = -1;