]> 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 dea67dd6970806df348994b1da98b1ca8761603c..c56be67790f82d2d1a3ad5444edd328facc93b9f 100644 (file)
 #endif
 
 #include <GL/glut.h>
-#include <simgear/xgl.h>
+#include <simgear/xgl/xgl.h>
 
 #include <string.h>
 
-#include <simgear/logstream.hxx>
-#include <simgear/fg_random.h>
-#include <simgear/fgpath.hxx>
+#include <simgear/debug/logstream.hxx>
+#include <simgear/math/fg_random.h>
+#include <simgear/misc/fgpath.hxx>
 
 #include <Main/options.hxx>
 #include <Objects/texload.h>