]> git.mxchange.org Git - flightgear.git/commitdiff
Whoops, case-sensitivity matters on Linux.
authorJames Turner <zakalawe@mac.com>
Tue, 21 Aug 2012 23:53:48 +0000 (00:53 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 21 Aug 2012 23:53:48 +0000 (00:53 +0100)
src/ATC/trafficcontrol.cxx
src/Airports/groundnetwork.cxx
src/FDM/groundcache.cxx
src/Scenery/scenery.cxx

index 71df2da23466806fc6afdb771bf56e4898c60bd5..621687687d13ddc350db3223b9933c74820ad147 100644 (file)
@@ -34,7 +34,7 @@
 #include <simgear/scene/material/EffectGeode.hxx>
 #include <simgear/scene/material/matlib.hxx>
 #include <simgear/scene/material/mat.hxx>
-#include <simgear/scene/util/OSGMath.hxx>
+#include <simgear/scene/util/OsgMath.hxx>
 #include <Scenery/scenery.hxx>
 
 #include "trafficcontrol.hxx"
index dbbcaf95cc6b1fe6c887065209fa6f72e6ff3be7..c20cf2bea9b262613864f293fccdfc8a7a3d20ef 100644 (file)
@@ -38,7 +38,7 @@
 #include <simgear/scene/material/EffectGeode.hxx>
 #include <simgear/scene/material/matlib.hxx>
 #include <simgear/scene/material/mat.hxx>
-#include <simgear/scene/util/OSGMath.hxx>
+#include <simgear/scene/util/OsgMath.hxx>
 
 #include <Airports/simple.hxx>
 #include <Airports/dynamics.hxx>
index d947941cc80a40c060ffe89e52d5a8789c5557f7..21d2816d6fef4baa8579441f76805efec933b565 100644 (file)
@@ -43,7 +43,7 @@
 #include <simgear/math/SGMisc.hxx>
 #include <simgear/scene/util/SGNodeMasks.hxx>
 #include <simgear/scene/util/SGSceneUserData.hxx>
-#include <simgear/scene/util/OSGMath.hxx>
+#include <simgear/scene/util/OsgMath.hxx>
 
 #include <simgear/scene/bvh/BVHNode.hxx>
 #include <simgear/scene/bvh/BVHGroup.hxx>
index fcb4d312ec7fc1f2c1a187ee46158c9272be133f..ba67e1f8ff6cdf30ff496ede115339a515f3663c 100644 (file)
@@ -40,7 +40,7 @@
 #include <simgear/scene/tgdb/userdata.hxx>
 #include <simgear/scene/material/matlib.hxx>
 #include <simgear/scene/util/SGNodeMasks.hxx>
-#include <simgear/scene/util/OSGMath.hxx>
+#include <simgear/scene/util/OsgMath.hxx>
 #include <simgear/scene/util/SGSceneUserData.hxx>
 #include <simgear/scene/model/CheckSceneryVisitor.hxx>
 #include <simgear/scene/bvh/BVHNode.hxx>