aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h1.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-08 08:41:03 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-08 08:41:03 +0000
commitf63755f54c463e04fe3a3b1904c82e98f623180a (patch)
treee13d07b1a37731c9b243cfa44a4dcf1ccffae21b /packet-h1.c
parent9dea55d1ff55d20963ef6c4f0a1f9fa5d2d5db16 (diff)
There's no need to include "globals.h" - don't include it.
svn path=/trunk/; revision=3529
Diffstat (limited to 'packet-h1.c')
-rw-r--r--packet-h1.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/packet-h1.c b/packet-h1.c
index 8fe308f18e..0519cd85ec 100644
--- a/packet-h1.c
+++ b/packet-h1.c
@@ -2,12 +2,11 @@
* Routines for Sinec H1 packet disassembly
* Gerrit Gehnen <G.Gehnen@atrie.de>
*
- * $Id: packet-h1.c,v 1.18 2001/01/22 08:03:45 guy Exp $
+ * $Id: packet-h1.c,v 1.19 2001/06/08 08:35:15 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -36,7 +35,6 @@
#include <glib.h>
#include "packet.h"
-#include "globals.h"
static int proto_h1 = -1;
static int hf_h1_header = -1;