aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mpls.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 18:05:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-23 18:05:19 +0000
commita24fa474421edba90cafb021fc42a7b1ea062593 (patch)
treeaea1a2ade6e57a7452ca8e2b18688835aac3e9f6 /packet-mpls.c
parente95d0c5390d827cea60ffc9836f4b2467614d01b (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3368 f5534014-38df-0310-8fa8-9805f1628bb7
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"