From: fredb Date: Mon, 27 Jul 2009 09:50:55 +0000 (+0000) Subject: Fix case typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7e7d877874fcd67cad0152bd1a2a073e0337235f;p=simgear.git Fix case typo --- diff --git a/simgear/math/interpolater.cxx b/simgear/math/interpolater.cxx index 9d301c86..1bbbadc8 100644 --- a/simgear/math/interpolater.cxx +++ b/simgear/math/interpolater.cxx @@ -36,7 +36,7 @@ #include "interpolater.hxx" -#include +#include using std::string; diff --git a/simgear/misc/interpolator.cxx b/simgear/misc/interpolator.cxx index 4e398068..2e902cae 100644 --- a/simgear/misc/interpolator.cxx +++ b/simgear/misc/interpolator.cxx @@ -18,7 +18,7 @@ #include "interpolator.hxx" -#include +#include void SGInterpolator::addNew(SGPropertyNode* prop, int nPoints) { diff --git a/simgear/props/condition.cxx b/simgear/props/condition.cxx index d563fee3..2c8a3e9f 100644 --- a/simgear/props/condition.cxx +++ b/simgear/props/condition.cxx @@ -18,7 +18,7 @@ #include "props.hxx" #include "condition.hxx" -#include +#include using std::istream; using std::ostream; diff --git a/simgear/scene/bvh/BVHLineSegmentVisitor.cxx b/simgear/scene/bvh/BVHLineSegmentVisitor.cxx index d8ac44f9..a7a4b893 100644 --- a/simgear/scene/bvh/BVHLineSegmentVisitor.cxx +++ b/simgear/scene/bvh/BVHLineSegmentVisitor.cxx @@ -15,7 +15,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. // -#include +#include #include "BVHLineSegmentVisitor.hxx" #include diff --git a/simgear/scene/model/CheckSceneryVisitor.cxx b/simgear/scene/model/CheckSceneryVisitor.cxx index cc471176..56a02368 100644 --- a/simgear/scene/model/CheckSceneryVisitor.cxx +++ b/simgear/scene/model/CheckSceneryVisitor.cxx @@ -25,7 +25,7 @@ #include "CheckSceneryVisitor.hxx" #include "SGPagedLOD.hxx" -#include +#include using namespace simgear; diff --git a/simgear/scene/model/SGPagedLOD.cxx b/simgear/scene/model/SGPagedLOD.cxx index 37cc4e5c..ddd6dabd 100644 --- a/simgear/scene/model/SGPagedLOD.cxx +++ b/simgear/scene/model/SGPagedLOD.cxx @@ -27,7 +27,7 @@ #include "SGReaderWriterXMLOptions.hxx" #include "SGPagedLOD.hxx" -#include +#include using namespace osg; using namespace simgear; diff --git a/simgear/scene/model/modellib.cxx b/simgear/scene/model/modellib.cxx index e5b5a744..a3a779fd 100644 --- a/simgear/scene/model/modellib.cxx +++ b/simgear/scene/model/modellib.cxx @@ -34,7 +34,7 @@ #include "modellib.hxx" -#include +#include using namespace simgear; diff --git a/simgear/scene/model/persparam.cxx b/simgear/scene/model/persparam.cxx index 167c9a20..09440a38 100755 --- a/simgear/scene/model/persparam.cxx +++ b/simgear/scene/model/persparam.cxx @@ -9,7 +9,7 @@ #include #include "persparam.hxx" -#include +#include template <> double SGPersonalityParameter::getNodeValue( const SGPropertyNode *props, diff --git a/simgear/structure/SGBinding.cxx b/simgear/structure/SGBinding.cxx index 35d2ec0e..9e5fce06 100644 --- a/simgear/structure/SGBinding.cxx +++ b/simgear/structure/SGBinding.cxx @@ -14,7 +14,7 @@ #include #include "SGBinding.hxx" -#include +#include SGBinding::SGBinding() : _command(0), diff --git a/simgear/structure/commands.cxx b/simgear/structure/commands.cxx index f0ec0daa..b2391e3b 100644 --- a/simgear/structure/commands.cxx +++ b/simgear/structure/commands.cxx @@ -16,7 +16,7 @@ #include "commands.hxx" -#include +#include diff --git a/simgear/structure/event_mgr.cxx b/simgear/structure/event_mgr.cxx index 5384031a..d4b573d0 100644 --- a/simgear/structure/event_mgr.cxx +++ b/simgear/structure/event_mgr.cxx @@ -1,6 +1,6 @@ #include "event_mgr.hxx" -#include +#include void SGEventMgr::add(SGCallback* cb, double interval, double delay, diff --git a/simgear/structure/subsystem_mgr.cxx b/simgear/structure/subsystem_mgr.cxx index 1b8e1824..0ed6b436 100644 --- a/simgear/structure/subsystem_mgr.cxx +++ b/simgear/structure/subsystem_mgr.cxx @@ -5,7 +5,7 @@ #include "exception.hxx" #include "subsystem_mgr.hxx" -#include +#include