Remove redundant inclusion of math/SGMath.hxx

This commit is contained in:
Frederic Bouvier
2012-05-05 11:19:20 +02:00
parent 6129de31f0
commit cc37713a66
24 changed files with 0 additions and 34 deletions

View File

@@ -36,8 +36,6 @@
#include "interpolater.hxx"
#include <simgear/math/SGMath.hxx>
using std::string;
// Constructor -- starts with an empty table.

View File

@@ -22,8 +22,6 @@
#include "interpolator.hxx"
#include <simgear/math/SGMath.hxx>
void SGInterpolator::addNew(SGPropertyNode* prop, int nPoints)
{
// Set the property type to a double, if it isn't already, and

View File

@@ -18,7 +18,6 @@
#include "props.hxx"
#include "condition.hxx"
#include <simgear/math/SGMath.hxx>
#include <simgear/structure/SGExpression.hxx>
using std::istream;

View File

@@ -21,8 +21,6 @@
#include "propertyObject.hxx"
#include <simgear/math/SGMath.hxx>
#include <simgear/structure/exception.hxx>
namespace simgear

View File

@@ -28,8 +28,6 @@
#include <boost/functional/hash.hpp>
#include <boost/range.hpp>
#include <simgear/math/SGMath.hxx>
#if PROPS_STANDALONE
#include <iostream>
#else

View File

@@ -18,7 +18,6 @@
#include <simgear/sg_inlines.h>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/xml/easyxml.hxx>
#include <simgear/misc/ResourceManager.hxx>

View File

@@ -19,7 +19,6 @@
# include <simgear_config.h>
#endif
#include <simgear/math/SGMath.hxx>
#include "BVHLineSegmentVisitor.hxx"
#include <simgear/math/SGGeometry.hxx>

View File

@@ -5,8 +5,6 @@
#include <simgear/scene/util/SGReaderWriterOptions.hxx>
#include <simgear/scene/tgdb/userdata.hxx>
#include <simgear/math/SGMath.hxx>
#include "EffectBuilder.hxx"
#include "Effect.hxx"

View File

@@ -31,7 +31,6 @@
#include <boost/multi_index/member.hpp>
#include <boost/multi_index/ordered_index.hpp>
#include <simgear/math/SGMath.hxx>
#include <simgear/props/AtomicChangeListener.hxx>
#include <simgear/props/props.hxx>
#include <simgear/scene/util/SGReaderWriterOptions.hxx>

View File

@@ -37,7 +37,6 @@
#include <osg/Transform>
#include <simgear/debug/logstream.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/math/sg_random.h>
#include <simgear/misc/sg_path.hxx>
#include <simgear/misc/sgstream.hxx>

View File

@@ -27,8 +27,6 @@
#include "CheckSceneryVisitor.hxx"
#include <simgear/math/SGMath.hxx>
using namespace simgear;
CheckSceneryVisitor::CheckSceneryVisitor(osgDB::DatabasePager* dbp, const osg::Vec3 &position, double range,

View File

@@ -24,8 +24,6 @@
#include <osgDB/Registry>
#include <osgDB/Output>
#include <simgear/math/SGMath.hxx>
namespace simgear
{
using namespace osg;

View File

@@ -18,7 +18,6 @@
#include <osgDB/ReadFile>
#include <osgDB/SharedStateManager>
#include <simgear/math/SGMath.hxx>
#include <simgear/scene/material/Effect.hxx>
#include <simgear/scene/material/EffectGeode.hxx>
#include <simgear/scene/util/SGSceneFeatures.hxx>

View File

@@ -39,8 +39,6 @@
#include "modellib.hxx"
#include <simgear/math/SGMath.hxx>
using std::string;
using namespace simgear;

View File

@@ -21,7 +21,6 @@
# include <simgear_config.h>
#endif
#include <simgear/math/SGMath.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/props_io.hxx>

View File

@@ -9,8 +9,6 @@
#include <simgear/props/props.hxx>
#include "persparam.hxx"
#include <simgear/math/SGMath.hxx>
template <> double
SGPersonalityParameter<double>::getNodeValue( const SGPropertyNode *props,
const char *name,

View File

@@ -24,7 +24,6 @@
#include <simgear/scene/model/ModelRegistry.hxx>
#include <simgear/scene/util/SGReaderWriterOptions.hxx>
#include <simgear/math/SGMath.hxx>
#include "SGReaderWriterBTG.hxx"
#include "obj.hxx"

View File

@@ -32,7 +32,6 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/misc/ResourceManager.hxx>
#include "soundmgr_openal.hxx"

View File

@@ -32,7 +32,6 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/math/SGMath.hxx>
#include "soundmgr_openal.hxx"
#include "sample_queue.hxx"

View File

@@ -44,7 +44,6 @@
#include <simgear/structure/exception.hxx>
#include <simgear/debug/logstream.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/math/SGMath.hxx>
using std::string;
using std::vector;

View File

@@ -32,7 +32,6 @@
#include <simgear/debug/logstream.hxx>
#include <simgear/props/props.hxx>
#include <simgear/props/condition.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>

View File

@@ -14,8 +14,6 @@
#include <simgear/compiler.h>
#include "SGBinding.hxx"
#include <simgear/math/SGMath.hxx>
#include <simgear/structure/exception.hxx>
SGBinding::SGBinding()

View File

@@ -13,7 +13,6 @@
#include "commands.hxx"
#include <simgear/math/SGMath.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/threads/SGThread.hxx>
#include <simgear/threads/SGGuard.hxx>

View File

@@ -4,7 +4,6 @@
#include "event_mgr.hxx"
#include <simgear/math/SGMath.hxx>
#include <simgear/debug/logstream.hxx>
void SGEventMgr::add(const std::string& name, SGCallback* cb,