]> git.mxchange.org Git - simgear.git/commitdiff
Remove redundant inclusion of math/SGMath.hxx
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 5 May 2012 09:19:20 +0000 (11:19 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 5 May 2012 09:19:20 +0000 (11:19 +0200)
24 files changed:
simgear/math/interpolater.cxx
simgear/misc/interpolator.cxx
simgear/props/condition.cxx
simgear/props/propertyObject.cxx
simgear/props/props.cxx
simgear/props/props_io.cxx
simgear/scene/bvh/BVHLineSegmentVisitor.cxx
simgear/scene/material/EffectBuilder.cxx
simgear/scene/material/EffectBuilder.hxx
simgear/scene/material/matmodel.cxx
simgear/scene/model/CheckSceneryVisitor.cxx
simgear/scene/model/ConditionNode.cxx
simgear/scene/model/model.cxx
simgear/scene/model/modellib.cxx
simgear/scene/model/particles.cxx
simgear/scene/model/persparam.cxx
simgear/scene/tgdb/SGReaderWriterBTG.cxx
simgear/sound/sample_openal.cxx
simgear/sound/sample_queue.cxx
simgear/sound/soundmgr_openal.cxx
simgear/sound/xmlsound.cxx
simgear/structure/SGBinding.cxx
simgear/structure/commands.cxx
simgear/structure/event_mgr.cxx

index 1bbbadc801d2a427ccd91cb8ac66cb3ef18d7f6e..7b956c95778320ae871d63129ef5e59fb35f597c 100644 (file)
@@ -36,8 +36,6 @@
 
 #include "interpolater.hxx"
 
-#include <simgear/math/SGMath.hxx>
-
 using std::string;
 
 // Constructor -- starts with an empty table.
index 04a898cc739b90e1d17636acdf2971bb7f8fbc3a..e558cf52e7ef4450950c0181430d17018495d5f6 100644 (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
index 363b9f465f1aa6a2a1ce8bbf768f331f265871e7..3770049aabfbdacae57273f0c8cb87db08e27de9 100644 (file)
@@ -18,7 +18,6 @@
 #include "props.hxx"
 #include "condition.hxx"
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/structure/SGExpression.hxx>
 
 using std::istream;
index ff87898e68c8e3841a612a6cb4519b273de544a6..f97209af3f25de472391b766f5679ec5fa8fabcf 100644 (file)
@@ -21,8 +21,6 @@
 
 #include "propertyObject.hxx"
 
-#include <simgear/math/SGMath.hxx>
-
 #include <simgear/structure/exception.hxx>
 
 namespace simgear
index 3aeaaf17598ce8c1221db18855c6dbdcbb84968c..26a6c85e4891c366174fec1e3d7f362e11d6c44b 100644 (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
index 297cad8714121155418e253b7d17621a070e8656..4cea23faca9a6958ffc78c2381aa402146381905 100644 (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>
index 035cad7c3fa74593988da5e6560ef62cb539e0ce..1b93cd090bb8e9cf93595a42c5310527223d8261 100644 (file)
@@ -19,7 +19,6 @@
 #  include <simgear_config.h>
 #endif
 
-#include <simgear/math/SGMath.hxx>
 #include "BVHLineSegmentVisitor.hxx"
 
 #include <simgear/math/SGGeometry.hxx>
index 635fde3608c7fd82b6111aaa88de2fdca7598339..7eb5580ff43fd98d3c45057b66f535f853759b18 100644 (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"
 
index a7c35ea13d447e6e9681013eb2cda486d6eaab08..c9b49e3d986956bf2653d6e37a003e33214e3db6 100644 (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>
index 2ff665d9c638f6f1c55d2d938e1f7e5da3246504..f0f899c9cef60c5534bc965e0dd0d4d17120e39b 100644 (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>
index e0149c069a5a8f6bb00298a05ffba65b1d9ae7bf..c36b881c11b3d857889a69d86a5c5acd36b1578d 100644 (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,
index 1ef46ae770389cc0a1dfdf8370aae54f7261d317..93a28cd1e7ed2ca66d00306d65a3fde946909b6a 100644 (file)
@@ -24,8 +24,6 @@
 #include <osgDB/Registry>
 #include <osgDB/Output>
 
-#include <simgear/math/SGMath.hxx>
-
 namespace simgear
 {
 using namespace osg;
index eba1e306f8da12897cbfe131c61448be0426cd2b..47a7a0dc246beb0081d5292c74589ef2cf48f998 100644 (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>
index af72e363d65d7a02e25dbad561b6ccf04b120d66..281c641392a2c2c0ec9d6db7d306574cc9f2c950 100644 (file)
@@ -39,8 +39,6 @@
 
 #include "modellib.hxx"
 
-#include <simgear/math/SGMath.hxx>
-
 using std::string;
 using namespace simgear;
 
index 0b5f32c8e316dc08cc881c4eb081c2f39c3add6c..d461e08e656e6db8d0e09699d3337b643fa7a9a2 100644 (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>
index 09440a38d9784916a442517702734efb5432cd4c..e7f4dd52f5ba228b09af714b94f66c89cb680b1f 100644 (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,
index 5e2a94b70210632929dc616106be58ae533ef103..ba53ee32f716d929701d2b08533b0cf9fde8ffed 100644 (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"
index 13e27145f418bcac3fc0ee2dc4c7895da7be441e..ef4de1f2475e6988e51b7f1490f74530adaf59fd 100644 (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"
index 08cb3019eaa844a2673380a471fbfa2fc2444502..2e7c69c4ab68c3eef45f05613fc176f9e0737513 100644 (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"
index 55647200f1679b56fdd5bc030762caebe80e0fd1..35d5b02e62a384c8dd4ea04b3f6ab3e351066fe0 100644 (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;
index 2b914d596258c00f9f13ab48d013ada878f840b4..51c04409545507f6e5d0f900dbb79f88ba65871d 100644 (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>
 
index 836d7abc1364201817df01803040deeb9437a566..8ca19034daeddff8737c3c48b53609034c64affd 100644 (file)
@@ -14,8 +14,6 @@
 #include <simgear/compiler.h>
 #include "SGBinding.hxx"
 
-#include <simgear/math/SGMath.hxx>
-
 #include <simgear/structure/exception.hxx>
 
 SGBinding::SGBinding()
index 6b4b11ea189a2cc35199f4a5b43c4032a7e10d3f..266cdb4ce3b0177b269e102295647a32515b262e 100644 (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>
index f448a6495bd063c951b357e070c730cee29ce878..cd3de3b91af7cc0fd7ba569f0e1b3a1de4ee04ca 100644 (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,