Fix case typo
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
#include "interpolater.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
using std::string;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
#include "interpolator.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
void SGInterpolator::addNew(SGPropertyNode* prop, int nPoints)
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "props.hxx"
|
||||
#include "condition.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
using std::istream;
|
||||
using std::ostream;
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
//
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
#include "BVHLineSegmentVisitor.hxx"
|
||||
|
||||
#include <simgear/math/SGGeometry.hxx>
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
#include "CheckSceneryVisitor.hxx"
|
||||
#include "SGPagedLOD.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
using namespace simgear;
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include "SGReaderWriterXMLOptions.hxx"
|
||||
#include "SGPagedLOD.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
using namespace osg;
|
||||
using namespace simgear;
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
#include "modellib.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
|
||||
using namespace simgear;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <simgear/props/props.hxx>
|
||||
#include "persparam.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
template <> double
|
||||
SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <simgear/compiler.h>
|
||||
#include "SGBinding.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
SGBinding::SGBinding()
|
||||
: _command(0),
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "commands.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#include "event_mgr.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
void SGEventMgr::add(SGCallback* cb,
|
||||
double interval, double delay,
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
#include "exception.hxx"
|
||||
#include "subsystem_mgr.hxx"
|
||||
|
||||
#include <simgear/Math/SGMath.hxx>
|
||||
#include <simgear/math/SGMath.hxx>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user