]> git.mxchange.org Git - flightgear.git/blobdiff - src/NetworkOLK/net_hud.cxx
Moved some of the low level scene graph construction code over to simgear.
[flightgear.git] / src / NetworkOLK / net_hud.cxx
index d5dfeef798d6da8fd2795781563cf30b8f2d9c81..941043676141b4f4cdbedb0e19d400ea5eeccdee 100644 (file)
@@ -36,7 +36,7 @@
 #endif
 #include <math.h>
 
-#include <GL/glut.h>
+#include 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>