]> 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 33880216dbedee63a0898387586012ee1f2cb34e..941043676141b4f4cdbedb0e19d400ea5eeccdee 100644 (file)
@@ -36,7 +36,7 @@
 #endif
 #include <math.h>
 
-#include <GL/glut.h>
+#include GLUT_H
 #include <stdlib.h>
 #include <string.h>
 
 #include <simgear/logstream.hxx>
 #include <simgear/constants.h>
 #include <simgear/fg_random.h>
-#include <simgear/mat3.h>
 #include <simgear/polar3d.hxx>
 
 #include <Aircraft/aircraft.hxx>
 #include <GUI/gui.h>
-#include <Main/options.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_timer.hxx>
 
@@ -64,7 +62,6 @@ extern "C" {
 
 */
 
-#include <Main/options.hxx>
 #include <Cockpit/hud.hxx>
 #include <NetworkOLK/network.h>