Remove remaining includes of simgear/waypoint
This commit is contained in:
parent
acd8fa25e6
commit
b0384d035f
14 changed files with 1 additions and 26 deletions
|
@ -22,7 +22,6 @@
|
|||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Viewer/viewer.hxx>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
|
||||
#include <simgear/misc/sg_path.hxx>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/constants.h>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <Main/globals.hxx>
|
||||
#include <Main/fg_props.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
#include <osg/Shape>
|
||||
|
||||
#include <simgear/debug/logstream.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/scene/material/EffectGeode.hxx>
|
||||
#include <simgear/scene/material/matlib.hxx>
|
||||
#include <simgear/scene/material/mat.hxx>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
|
||||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#define _ROUTE_MGR_HXX 1
|
||||
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
|
||||
#include <Navaids/route.hxx>
|
||||
|
|
|
@ -8,8 +8,6 @@
|
|||
#include <algorithm> // for std::sort
|
||||
#include <plib/puAux.h>
|
||||
|
||||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/misc/strutils.hxx>
|
||||
#include <simgear/magvar/magvar.hxx>
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
|
||||
#include <plib/puAux.h>
|
||||
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/structure/callback.hxx>
|
||||
#include <simgear/sg_inlines.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "waypoint.hxx"
|
||||
|
||||
#include <simgear/structure/exception.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
|
||||
#include <Airports/simple.hxx>
|
||||
#include <Airports/runways.hxx>
|
||||
|
@ -44,13 +43,6 @@ BasicWaypt::BasicWaypt(const SGGeod& aPos, const string& aIdent, RouteBase* aOwn
|
|||
}
|
||||
}
|
||||
|
||||
BasicWaypt::BasicWaypt(const SGWayPoint& aWP, RouteBase* aOwner) :
|
||||
Waypt(aOwner),
|
||||
_pos(aWP.get_target()),
|
||||
_ident(aWP.get_id())
|
||||
{
|
||||
}
|
||||
|
||||
BasicWaypt::BasicWaypt(RouteBase* aOwner) :
|
||||
Waypt(aOwner)
|
||||
{
|
||||
|
|
|
@ -25,21 +25,17 @@
|
|||
|
||||
class FGAirport;
|
||||
typedef SGSharedPtr<FGAirport> FGAirportRef;
|
||||
class SGWayPoint;
|
||||
class FGRunway;
|
||||
|
||||
namespace flightgear
|
||||
{
|
||||
|
||||
|
||||
class BasicWaypt : public Waypt
|
||||
{
|
||||
public:
|
||||
|
||||
BasicWaypt(const SGGeod& aPos, const std::string& aIdent, RouteBase* aOwner);
|
||||
|
||||
BasicWaypt(const SGWayPoint& aWP, RouteBase* aOwner);
|
||||
|
||||
|
||||
BasicWaypt(RouteBase* aOwner);
|
||||
|
||||
virtual SGGeod position() const
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
|
||||
#include <simgear/compiler.h>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/timing/sg_time.hxx>
|
||||
#include <simgear/xml/easyxml.hxx>
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include <simgear/sg_inlines.h>
|
||||
#include <simgear/math/sg_geodesy.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/xml/easyxml.hxx>
|
||||
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
#include <simgear/misc/sg_path.hxx>
|
||||
#include <simgear/misc/sg_dir.hxx>
|
||||
#include <simgear/props/props.hxx>
|
||||
#include <simgear/route/waypoint.hxx>
|
||||
#include <simgear/structure/subsystem_mgr.hxx>
|
||||
#include <simgear/xml/easyxml.hxx>
|
||||
|
||||
|
|
Loading…
Reference in a new issue