aboutsummaryrefslogtreecommitdiffstats
path: root/packet-gtp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 18:05:19 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 18:05:19 +0000
commit1882baed1cbd9de7f13b78ce77f0a8cd7764cf74 (patch)
treeaea1a2ade6e57a7452ca8e2b18688835aac3e9f6 /packet-gtp.c
parent3e720012ad2bd03b0f290d0d82acbde1e5f36fa1 (diff)
Get rid of unnecessary includes.
Fix up Gerald's e-mail address in some files while we're at it, and fix up Michael T�xen's name in one file as well. svn path=/trunk/; revision=3368
Diffstat (limited to 'packet-gtp.c')
-rw-r--r--packet-gtp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-gtp.c b/packet-gtp.c
index 258e97abda..8955c8a306 100644
--- a/packet-gtp.c
+++ b/packet-gtp.c
@@ -2,7 +2,7 @@
* Routines for GTP dissection
* Copyright 2001, Michal Melerowicz <michal.melerowicz@nokia.com>
*
- * $Id: packet-gtp.c,v 1.4 2001/04/20 20:34:28 guy Exp $
+ * $Id: packet-gtp.c,v 1.5 2001/04/23 18:05:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -46,7 +46,6 @@
#endif
#include "packet.h"
-#include "packet-ip.h"
#include "packet-ipv6.h"
#define UDP_PORT_GTP 3386