]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/hud_lon.cxx
Updates to vacuum system model from Alex Perry.
[flightgear.git] / src / Cockpit / hud_lon.cxx
index 8de08ca82e2194f8599c162401d7f15bfe449ee7..8cdb8363e75309edf1494e967e7e0afd76962c0b 100644 (file)
@@ -10,9 +10,8 @@
 #include <string.h>
 
 #include <simgear/constants.h>
-#include <simgear/fg_random.h>
-#include <simgear/mat3.h>
-#include <simgear/polar3d.hxx>
+#include <simgear/math/fg_random.h>
+#include <simgear/math/polar3d.hxx>
 
 #include <Aircraft/aircraft.hxx>
 #include <GUI/gui.h>