X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FAirports%2Fsidstar.hxx;h=c7e8f93d3ac8a242b1450247696051bc3c6bdc9a;hb=c068049d840c2f4567c7d07e7fb37247d8e23407;hp=ad8d10e94e418c24001cf6fd9e2cb8d566965ad6;hpb=622f71c01c70a81db94a7e670953645d0c9129e5;p=flightgear.git diff --git a/src/Airports/sidstar.hxx b/src/Airports/sidstar.hxx index ad8d10e94..c7e8f93d3 100644 --- a/src/Airports/sidstar.hxx +++ b/src/Airports/sidstar.hxx @@ -23,29 +23,13 @@ #ifndef _SIDSTAR_HXX_ #define _SIDSTAR_HXX_ -#include -#include +#include "airports_fwd.hxx" +#include #include - #include -#include -#include -#include "parking.hxx" -#include "groundnetwork.hxx" -#include "runwayprefs.hxx" - - -class FGAirport; - -typedef std::vector FlightPlanVec; -typedef std::vector::iterator FlightPlanVecIterator; - -typedef std::map < std::string, FlightPlanVec > FlightPlanVecMap; - - -class FGSidStar +class FGSidStar { private: std::string id; @@ -61,6 +45,4 @@ class FGSidStar FGAIFlightPlan *getBest(std::string activeRunway, double heading); }; - - -#endif \ No newline at end of file +#endif