]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_scal.cxx
Small tweaks to initialization sequence and logic so we can default to
[flightgear.git] / src / Cockpit / hud_scal.cxx
index 6be8757c117c07e7ddf452539b6673d9da068d3c..d4cc564e4bfdee136b231fc3a6b8d7a747fac091 100644 (file)
@@ -1,22 +1,7 @@
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
 
-#ifdef HAVE_WINDOWS_H
-#  include <windows.h>
-#endif
-#include <stdlib.h>
-#include <string.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 "hud.hxx"
 
 
-#include "hud.hxx"
 //============== Top of instr_scale class memeber definitions ===============
 //
 // Notes:
@@ -27,7 +12,7 @@
 //    markers) or just over the middle line.
 //
 // 2.  This class was not intended to be instanciated. See moving_scale
-//     and guage_instr classes.
+//     and gauge_instr classes.
 //============================================================================
 instr_scale ::
 instr_scale ( int       x,