]> git.mxchange.org Git - flightgear.git/commitdiff
Remove redundant inclusion of math/SGMath.hxx
authorFrederic Bouvier <fredfgfs01@free.fr>
Sat, 5 May 2012 09:20:04 +0000 (11:20 +0200)
committerFrederic Bouvier <fredfgfs01@free.fr>
Sat, 5 May 2012 09:20:04 +0000 (11:20 +0200)
22 files changed:
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AICarrier.cxx
src/AIModel/AIEscort.cxx
src/AIModel/AIWingman.cxx
src/AIModel/AIWingman.hxx
src/ATC/atc_mgr.cxx
src/ATCDCL/ATCutils.cxx
src/ATCDCL/ATCutils.hxx
src/Environment/environment_mgr.hxx
src/FDM/YASim/proptest.cpp
src/FDM/YASim/yasim-test.cpp
src/FDM/flight.cxx
src/Input/FGEventInput.cxx
src/Instrumentation/KLN89/kln89.cxx
src/Instrumentation/gps.hxx
src/Instrumentation/navradio.cxx
src/Instrumentation/newnavradio.cxx
src/Navaids/route.hxx
src/Scenery/SceneryPager.cxx
src/Scripting/nasal-props.cxx
src/Viewer/renderer.cxx

index 0945a13e6f7308a5cb9e716709402ffe041b9164..105d244c755a17741cb712858031a8f46d4015e6 100644 (file)
@@ -34,7 +34,6 @@
 #include <osg/Node>
 #include <osgDB/FileUtils>
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/scene/model/modellib.hxx>
 #include <simgear/scene/util/SGNodeMasks.hxx>
index d9844df109a0b23438c59c6ebbaa5185f5b3d5ca..8c3601b6d918e39acc144fddbcca6d8fa9e6082e 100644 (file)
@@ -23,7 +23,6 @@
 #include <string>
 
 #include <simgear/constants.h>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/scene/model/placement.hxx>
 #include <simgear/scene/model/modellib.hxx>
 #include <simgear/misc/sg_path.hxx>
index 8a39b1467759412a1854a3d06258363a4b8481b8..408375539b6aa53d86e5e8f37fbeba564c5cd279 100644 (file)
@@ -26,7 +26,6 @@
 #include <vector>
 
 #include <simgear/sg_inlines.h>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/math/sg_geodesy.hxx>
 
 #include <math.h>
index b3218ecee9879056a4aacd4a84c04dd14eb5192c..b66094d34185b6d75e585ae3b666cf26d867cc2e 100644 (file)
@@ -27,7 +27,6 @@
 #include <vector>
 
 #include <simgear/sg_inlines.h>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/math/sg_geodesy.hxx>
 
 #include <math.h>
index 6842c0916a712cf2f92d475351912d247b57d94a..42c27641cd4da6b42f6bc6093b12eb95aa49dfd9 100644 (file)
@@ -22,7 +22,6 @@
 #endif
 
 #include <simgear/sg_inlines.h>
-#include <simgear/math/SGMath.hxx>
 
 
 #include "AIWingman.hxx"
index fac079a2394fcf3298ed575c194062733ac9a57a..0b02b7491226b9de72c627845b3ff48be84de3e6 100644 (file)
@@ -26,7 +26,6 @@
 #include "AIBase.hxx"
 
 #include <simgear/sg_inlines.h>
-#include <simgear/math/SGMath.hxx>
 
 
 class FGAIWingman : public FGAIBallistic {
index d6cb17ff9ea0d8f0cd344721a7d5e36d72789490..3b727c903cea81cd3bd47df09a63a545441d92c8 100644 (file)
@@ -26,7 +26,6 @@
 
 #include <iostream>
 
-#include <simgear/math/SGMath.hxx>
 #include <Airports/dynamics.hxx>
 #include <Airports/simple.hxx>
 #include <Scenery/scenery.hxx>
index faa48e461393a4fcd8a7f7b763c20c25e946da1b..2960401728115670bf5e03693b32aa1f71bb0ef2 100644 (file)
@@ -25,7 +25,6 @@
 #include <sstream>
 #include <cstdlib>
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/constants.h>
 #include <simgear/misc/sg_path.hxx>
 #include <simgear/debug/logstream.hxx>
index 01f2e9e9d93ea0fade3c04a7ed86d33128c38b4e..38f0bda595899f82f39aaed8239424b3789a7f35 100644 (file)
@@ -21,7 +21,6 @@
 #include <Airports/simple.hxx>
 #include <Airports/runways.hxx>
 
-#include <simgear/math/SGMath.hxx>
 #include <math.h>
 #include <string>
 using std::string;
index 1c99327a151c797afa031f6accd31c5ef5616868..64e4d9f8faff48c710d09bda0b732cd2b1d2f8ed 100644 (file)
@@ -24,7 +24,6 @@
 
 #include <simgear/compiler.h>
 #include <simgear/structure/subsystem_mgr.hxx>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/props/tiedpropertylist.hxx>
 
 #ifdef SG_HAVE_STD_INCLUDES
index c183f68642049b939d25d75f388e566bfa400424..9bdadef9cc67c6ebf0f70ae6b419eb7e4d68389e 100644 (file)
@@ -5,8 +5,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <simgear/math/SGMath.hxx>
-
 #include "Math.hpp"
 #include "FGFDM.hpp"
 #include "PropEngine.hpp"
index f94ab9e74044219d6e1b84fc34f6b8589a3229aa..41ff55029d495dd0f70aadbabcf442a70d13c747 100644 (file)
@@ -10,8 +10,6 @@
 #include "Atmosphere.hpp"
 #include "Airplane.hpp"
 
-#include <simgear/math/SGMath.hxx>
-
 using namespace yasim;
 
 // Stubs.  Not needed by a batch program, but required to link.
index 458320257ac2865386b58fcedebc1a607e5f0851..b4027b14b2867e337505f430ed847e14dbb37d03 100644 (file)
@@ -28,7 +28,6 @@
 
 #include <simgear/constants.h>
 #include <simgear/debug/logstream.hxx>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/timing/timestamp.hxx>
 
 #include <Scenery/scenery.hxx>
index 4a53a63d0a04ca1dd6ab2bec161d0061797cbbac..058775193ce62ac391adb4e9b0fec5a85c1a0146 100644 (file)
@@ -29,7 +29,6 @@
 #include <Main/fg_props.hxx>
 #include <simgear/io/sg_file.hxx>
 #include <simgear/props/props_io.hxx>
-#include <simgear/math/SGMath.hxx>
 #include <Scripting/NasalSys.hxx>
 
 using simgear::PropertyList;
index 8147e100676fbff82fa8506e6722004bcfecbc93..79c96b929de4a44d962339893f2225c1d307aff0 100644 (file)
@@ -47,7 +47,6 @@
 #include <ATCDCL/ATCProjection.hxx>
 
 #include <Main/fg_props.hxx>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/structure/commands.hxx>
 #include <Airports/simple.hxx>
 
index 36cc81c015763049ee4283375c27824845cf3dd1..3ee14100e4467dddec5407922d10edb4278c0476 100644 (file)
@@ -13,7 +13,6 @@
 #include <simgear/props/props.hxx>
 #include <simgear/structure/subsystem_mgr.hxx>
 #include <simgear/props/tiedpropertylist.hxx>
-#include <simgear/math/SGMath.hxx>
 
 #include <Navaids/positioned.hxx>
 #include <Instrumentation/rnav_waypt_controller.hxx>
index 2475267e091d76819d9162c55859c5570b1ccc2e..fe0533d8cad3f379574e032ec1541b8735eed8d5 100644 (file)
@@ -33,7 +33,6 @@
 #include <simgear/math/sg_geodesy.hxx>
 #include <simgear/structure/exception.hxx>
 #include <simgear/math/interpolater.hxx>
-#include <simgear/math/SGMath.hxx>
 #include <simgear/misc/strutils.hxx>
 
 #include <Navaids/navrecord.hxx>
index 202fd24724fe431973a03012266e054c707a5edf..9bf3259cb3178543c5df8198bb38ba146cf513c4 100644 (file)
@@ -29,7 +29,6 @@
 #include <assert.h>
 #include <boost/foreach.hpp>
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/math/interpolater.hxx>
 #include <simgear/sg_inlines.h>
 #include <simgear/props/propertyObject.hxx>
index e0ddb63346c54d4e2a309362af274e17991fdedd..9c35c7c60309372e1702a39002426a842d7205b4 100644 (file)
@@ -32,7 +32,6 @@
 #include <iosfwd>
 
 // Simgear
-#include <simgear/math/SGMath.hxx>
 #include <simgear/structure/SGReferenced.hxx>
 #include <simgear/structure/SGSharedPtr.hxx>
 #include <simgear/props/props.hxx>
index 7d76ba727c36d63d6461c9dbe36cb54456d09deb..9e128787eb6192bbae81e32d2b491d5a5298ba8f 100644 (file)
@@ -20,7 +20,6 @@
 #  include <config.h>
 #endif
 
-#include <simgear/math/SGMath.hxx>
 #include "SceneryPager.hxx"
 #include <algorithm>
 #include <functional>
index 5577d983b41ddda97a293ea1fa04e4244d09639e..eee439c7b0181267c9fac32ba36b2695359b78d4 100644 (file)
@@ -5,7 +5,6 @@
 
 #include <cstring>
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/nasal/nasal.h>
 #include <simgear/props/props.hxx>
 #include <simgear/props/vectorPropTemplates.hxx>
index 4e11982c1ba449afc6b1e8285a3e98303c939715..599e2d9c76cb5dd105b1d8bcbbd94452d438deaa 100644 (file)
@@ -64,7 +64,6 @@
 #include <osgDB/WriteFile>
 #include <osgViewer/Renderer>
 
-#include <simgear/math/SGMath.hxx>
 #include <simgear/scene/material/matlib.hxx>
 #include <simgear/scene/material/EffectCullVisitor.hxx>
 #include <simgear/scene/material/Effect.hxx>