From 89c0410ce7f307728bf0c08123d5858f866a5b21 Mon Sep 17 00:00:00 2001
From: curt <curt>
Date: Mon, 6 Jul 1998 21:31:20 +0000
Subject: [PATCH] Removed an extraneous ^M.

---
 Cockpit/hud.cxx | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/Cockpit/hud.cxx b/Cockpit/hud.cxx
index 27ed4b5e1..4e16aa9f5 100644
--- a/Cockpit/hud.cxx
+++ b/Cockpit/hud.cxx
@@ -64,9 +64,7 @@ extern "C" {
 // They should eventually be member functions of the aircraft.
 //
 
-//using namespace std;
-
-
deque< instr_item * > HUD_deque;
+deque< instr_item * > HUD_deque;
 
 class locRECT {
   public:
@@ -584,9 +582,12 @@ void fgUpdateHUD( void ) {
 }
 
 /* $Log$
-/* Revision 1.13  1998/07/03 13:16:28  curt
-/* Added Charlie Hotchkiss's HUD updates and improvementes.
+/* Revision 1.14  1998/07/06 21:31:20  curt
+/* Removed an extraneous ^M.
 /*
+ * Revision 1.13  1998/07/03 13:16:28  curt
+ * Added Charlie Hotchkiss's HUD updates and improvementes.
+ *
  * Revision 1.11  1998/06/05 18:17:10  curt
  * Added the declaration of memmove needed by the stl which apparently
  * solaris only defines for cc compilations and not for c++ (__STDC__)