]> 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 d5dfeef798d6da8fd2795781563cf30b8f2d9c81..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>
 
@@ -51,7 +51,6 @@
 
 #include <Aircraft/aircraft.hxx>
 #include <GUI/gui.h>
-#include <Main/options.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>