]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/splash.cxx
Added code to put aircraft at the end of the runway closest to the desired
[flightgear.git] / src / Main / splash.cxx
index d69e30b5c758bef4758d5ac29ad23929cd6f90b4..c56be67790f82d2d1a3ad5444edd328facc93b9f 100644 (file)
 #endif
 
 #include <GL/glut.h>
-#include <XGL/xgl.h>
+#include <simgear/xgl/xgl.h>
 
 #include <string.h>
 
-#include <Debug/logstream.hxx>
+#include <simgear/debug/logstream.hxx>
+#include <simgear/math/fg_random.h>
+#include <simgear/misc/fgpath.hxx>
+
 #include <Main/options.hxx>
-#include <Math/fg_random.h>
-#include <Misc/fgpath.hxx>
 #include <Objects/texload.h>
 
 #include "splash.hxx"