]> git.mxchange.org Git - flightgear.git/commitdiff
Fix case typo
authorfredb <fredb>
Mon, 27 Jul 2009 09:51:56 +0000 (09:51 +0000)
committerTim Moore <timoore@redhat.com>
Mon, 27 Jul 2009 21:52:33 +0000 (23:52 +0200)
src/FDM/YASim/yasim-test.cpp
src/GUI/layout-props.cxx
src/GUI/layout.cxx
src/Main/bootstrap.cxx
src/Main/fg_props.hxx
src/Model/model_panel.cxx
src/Scenery/SceneryPager.cxx
utils/GPSsmooth/UGear_telnet.cxx

index 883326adeb72a4958d7a70f587623a4d78a66e1e..9c6a4f352262e997f6d92d70c74c1971f4e24596 100644 (file)
@@ -10,7 +10,7 @@
 #include "Atmosphere.hpp"
 #include "Airplane.hpp"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 using namespace yasim;
 
index d32eac552dd8955002180d8a57b0e803ccfa1e38..09764096ca0f2cfc0ec26afda7f0e3ca074d4aec 100644 (file)
@@ -4,7 +4,7 @@
 
 #include <plib/pu.h>
 #include <simgear/props/props.hxx>
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 #include "layout.hxx"
 
index aac89f550267a6f850233999c8919f1657d2b9da..f9581b3d5503a957313a340b7ec867960bbbfe40 100644 (file)
@@ -5,7 +5,7 @@
 
 #include "layout.hxx"
 
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 // This file contains the actual layout engine.  It has no dependence
 // on outside libraries; see layout-props.cxx for the glue code.
index c42a68502319fcb7ff74b0ac5d563063223b7231..9f2fcbb6df20121b845c8de68f9dd33002db1317 100644 (file)
@@ -42,7 +42,7 @@
 #include <simgear/compiler.h>
 #include <simgear/structure/exception.hxx>
 #include <simgear/debug/logstream.hxx>
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 #include <cstring>
 #include <iostream>
index 6fa9001f88bb5d041880df5f2693ca2bd863be6e..8516c93c924aa0a6a4f226da39ab387408231dc8 100644 (file)
@@ -9,7 +9,7 @@
 #include <iosfwd>
 
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 #include <Main/globals.hxx>
 \f
index 8a581d2f49deedbb35107220dfce1d9f5ab272a6..eef538cb0a41c7b809e7e3a2078afdf3066c3090 100644 (file)
@@ -14,7 +14,7 @@
 #include <simgear/props/props.hxx>
 #include <simgear/scene/model/modellib.hxx>
 #include <simgear/scene/util/SGNodeMasks.hxx>
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 #include "panelnode.hxx"
 #include "model_panel.hxx"
index 577677f9ee00be1983151c7aff3ae3700a4559c2..6f79a56eec8e5685f6cb3e9f9ce550d37d1dd816 100644 (file)
@@ -21,7 +21,7 @@
 #endif
 
 #include <simgear/scene/model/SGPagedLOD.hxx>
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 #include "SceneryPager.hxx"
 #include <algorithm>
 #include <functional>
index 42a40edf41a16949bf6dac9e3b3307e6708549f5..602a6a9d86be82b70a3fbef84b1518ba3d8c7684 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <simgear/structure/commands.hxx>
 #include <simgear/misc/strutils.hxx>
-#include <simgear/Math/SGMath.hxx>
+#include <simgear/math/SGMath.hxx>
 
 #include <sstream>