aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mpls.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-mpls.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-mpls.c')
-rw-r--r--packet-mpls.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-mpls.c b/packet-mpls.c
index e8b677dd44..b42d5517df 100644
--- a/packet-mpls.c
+++ b/packet-mpls.c
@@ -3,10 +3,10 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-mpls.c,v 1.19 2001/04/19 23:02:44 guy Exp $
+ * $Id: packet-mpls.c,v 1.20 2001/04/23 18:05:19 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
*
@@ -44,7 +44,6 @@
#include <glib.h>
#include "packet.h"
-#include "packet-ip.h"
#include "ppptypes.h"
#include "etypes.h"