1
0
Fork 0

Remove redundant inclusion of math/SGMath.hxx

This commit is contained in:
Frederic Bouvier 2012-05-05 11:20:04 +02:00
parent 3d45a2e5a2
commit 75fc136931
22 changed files with 0 additions and 24 deletions

View 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>

View 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>

View 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>

View 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>

View file

@ -22,7 +22,6 @@
#endif
#include <simgear/sg_inlines.h>
#include <simgear/math/SGMath.hxx>
#include "AIWingman.hxx"

View file

@ -26,7 +26,6 @@
#include "AIBase.hxx"
#include <simgear/sg_inlines.h>
#include <simgear/math/SGMath.hxx>
class FGAIWingman : public FGAIBallistic {

View file

@ -26,7 +26,6 @@
#include <iostream>
#include <simgear/math/SGMath.hxx>
#include <Airports/dynamics.hxx>
#include <Airports/simple.hxx>
#include <Scenery/scenery.hxx>

View 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>

View 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;

View 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

View 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"

View 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.

View 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>

View 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;

View 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>

View 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>

View 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>

View 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>

View 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>

View file

@ -20,7 +20,6 @@
# include <config.h>
#endif
#include <simgear/math/SGMath.hxx>
#include "SceneryPager.hxx"
#include <algorithm>
#include <functional>

View 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>

View 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>