]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/views.cxx
Code reorganization.
[flightgear.git] / src / Main / views.cxx
index 79bf08e9d36feba74f776def52c8c907bab0534a..3e64dc912e329bfdaec054fb1c4d9f48250b2a32 100644 (file)
 
 #include <plib/ssg.h>          // plib include
 
+#include <simgear/logstream.hxx>
+#include <simgear/constants.h>
+#include <simgear/point3d.hxx>
+#include <simgear/polar3d.hxx>
+#include <simgear/vector.hxx>
+
 #include <Aircraft/aircraft.hxx>
 #include <Cockpit/panel.hxx>
-#include <Debug/logstream.hxx>
-#include <Include/fg_constants.h>
-#include <Math/point3d.hxx>
-#include <Math/polar3d.hxx>
-#include <Math/vector.hxx>
 #include <Scenery/scenery.hxx>
 #include <Time/fg_time.hxx>