]> git.mxchange.org Git - flightgear.git/blobdiff - Cockpit/hud_guag.cxx
Converted to new logstream debugging facility. This allows release
[flightgear.git] / Cockpit / hud_guag.cxx
index c1c3dbf7d98aa1f115f0b1577c7ab6974274ae45..d6077e8e30c1c59886878718496416c17da538d4 100644 (file)
@@ -7,19 +7,17 @@
 #endif
 #include <stdlib.h>
 #include <string.h>
-#include <Aircraft/aircraft.h>
-#include <Debug/fg_debug.h>
+#include <Aircraft/aircraft.hxx>
 #include <Include/fg_constants.h>
 #include <Math/fg_random.h>
 #include <Math/mat3.h>
 #include <Math/polar3d.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
-#include <Weather/weather.h>
 
 
 #include "hud.hxx"
-//============== Top of guage_instr class member definitions ==============\r
+//============== Top of guage_instr class member definitions ==============
 
 guage_instr ::
     guage_instr( int          x,
@@ -78,7 +76,7 @@ void guage_instr :: draw (void)
   int marker_xs, marker_xe;
   int marker_ys, marker_ye;
   int text_x, text_y;
-  register i;
+  int i;
   char TextScale[80];
   bool condition;
   int disp_val;