aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ppp.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-23 18:19:03 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-23 18:19:03 +0000
commit2cadc3ba3af61ce1ae6604f649f4e37af0c10d18 (patch)
tree4494a315a892da683d65a4feb04bcaeb6dcbc15a /packet-ppp.c
parent22eef1927d6cb34d930887603263a89949ac615f (diff)
Get rid of some unnecessary includes.
Fix up Gerald's e-mail address. svn path=/trunk/; revision=3371
Diffstat (limited to 'packet-ppp.c')
-rw-r--r--packet-ppp.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/packet-ppp.c b/packet-ppp.c
index 6120f86e2a..61b46528e2 100644
--- a/packet-ppp.c
+++ b/packet-ppp.c
@@ -1,10 +1,10 @@
/* packet-ppp.c
* Routines for ppp packet disassembly
*
- * $Id: packet-ppp.c,v 1.62 2001/04/16 10:04:30 guy Exp $
+ * $Id: packet-ppp.c,v 1.63 2001/04/23 18:19:03 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
*
* This file created and by Mike Hall <mlh@io.com>
* Copyright 1998
@@ -41,7 +41,6 @@
#include "atalk-utils.h"
#include "packet-chdlc.h"
#include "packet-ip.h"
-#include "packet-ipv6.h"
#include "packet-ipx.h"
#include "packet-vines.h"
#include "nlpid.h"