summaryrefslogtreecommitdiff
path: root/packet-rlogin.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-rlogin.c
parent9dea55d1ff55d20963ef6c4f0a1f9fa5d2d5db16 (diff)
downloadwireshark-f63755f54c463e04fe3a3b1904c82e98f623180a.tar.gz
There's no need to include "globals.h" - don't include it.
svn path=/trunk/; revision=3529
Diffstat (limited to 'packet-rlogin.c')
-rw-r--r--packet-rlogin.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/packet-rlogin.c b/packet-rlogin.c
index c30cdab99d..43b93591d2 100644
--- a/packet-rlogin.c
+++ b/packet-rlogin.c
@@ -2,15 +2,13 @@
* Routines for unix rlogin packet dissection
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet-rlogin.c,v 1.14 2001/01/22 08:03:45 guy Exp $
+ * $Id: packet-rlogin.c,v 1.15 2001/06/08 08:38:52 guy Exp $
*
* Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
- *
* Based upon RFC-1282 - BSD Rlogin
- *
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -55,7 +53,6 @@
#include "packet.h"
#include "resolv.h"
-#include "globals.h"
#include "alignment.h"
#include "conversation.h"