]> git.mxchange.org Git - flightgear.git/blobdiff - src/NetworkOLK/net_hud.cxx
Don't scale elevator by 0.5.
[flightgear.git] / src / NetworkOLK / net_hud.cxx
index bee19df932a1cc3dc3aadc4ccaa1546bc22c9e14..18d48083111a500e7e8f56aef9618e8c39aea9d7 100644 (file)
@@ -36,7 +36,7 @@
 #endif
 #include <math.h>
 
-#include <GL/glut.h>
+#include FG_GLUT_H
 #include <stdlib.h>
 #include <string.h>
 
 #  include <values.h>  // for MAXINT
 #endif
 
+#include <simgear/logstream.hxx>
+#include <simgear/constants.h>
+#include <simgear/fg_random.h>
+#include <simgear/polar3d.hxx>
+
 #include <Aircraft/aircraft.hxx>
-#include <Debug/logstream.hxx>
 #include <GUI/gui.h>
-#include <Include/fg_constants.h>
-#include <Main/options.hxx>
-#include <Math/fg_random.h>
-#include <Math/mat3.h>
-#include <Math/polar3d.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 
@@ -63,7 +62,6 @@ extern "C" {
 
 */
 
-#include <Main/options.hxx>
 #include <Cockpit/hud.hxx>
 #include <NetworkOLK/network.h>