]> 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 cbc9fde6e923c6e54332c7bece9650fe5c555349..d6077e8e30c1c59886878718496416c17da538d4 100644 (file)
@@ -8,14 +8,12 @@
 #include <stdlib.h>
 #include <string.h>
 #include <Aircraft/aircraft.hxx>
-#include <Debug/fg_debug.h>
 #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"
@@ -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;