]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tileentry.hxx
Start of code to load, manage, and query the navaid database.
[flightgear.git] / src / Scenery / tileentry.hxx
index d84051b0984d82ef62ac9df7d9afbcf45b1455f3..3ccd50f819e0d9fc3cf190faa5f8271cba3609be 100644 (file)
 #endif
 
 #include <GL/glut.h>
-#include <XGL/xgl.h>
+#include <simgear/xgl/xgl.h>
 
-#include <Include/compiler.h>
+#include <simgear/compiler.h>
 
 #include <vector>
 #include STL_STRING
 
 #include <plib/ssg.h>          // plib includes
 
-#include <Bucket/newbucket.hxx>
-#include <Math/point3d.hxx>
+#include <simgear/bucket/newbucket.hxx>
+#include <simgear/math/point3d.hxx>
+
 #include <Objects/fragment.hxx>
 
 #if defined( sgi )