aboutsummaryrefslogtreecommitdiffstats
path: root/packet-null.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-null.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-null.c')
-rw-r--r--packet-null.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/packet-null.c b/packet-null.c
index 485cf13bb4..37c649e4cc 100644
--- a/packet-null.c
+++ b/packet-null.c
@@ -1,12 +1,12 @@
/* packet-null.c
* Routines for null packet disassembly
*
- * $Id: packet-null.c,v 1.44 2001/04/17 06:43:19 guy Exp $
+ * $Id: packet-null.c,v 1.45 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>
+ * This file created by Mike Hall <mlh@io.com>
* Copyright 1998
*
* This program is free software; you can redistribute it and/or
@@ -43,7 +43,6 @@
#include "packet-null.h"
#include "atalk-utils.h"
#include "packet-ip.h"
-#include "packet-ipv6.h"
#include "packet-ipx.h"
#include "packet-osi.h"
#include "packet-ppp.h"