aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rlogin.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-08 08:41:03 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-08 08:41:03 +0000
commit872847fa329be182abf593b5cc4dc2ea6bcd13b1 (patch)
treee13d07b1a37731c9b243cfa44a4dcf1ccffae21b /packet-rlogin.c
parent72b876d74b3e186c6b8273dda8ac5d4256620fb4 (diff)
There's no need to include "globals.h" - don't include it.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3529 f5534014-38df-0310-8fa8-9805f1628bb7
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"