]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/sidstar.hxx
NewAtis: handle varying winds
[flightgear.git] / src / Airports / sidstar.hxx
index ad8d10e94e418c24001cf6fd9e2cb8d566965ad6..c7e8f93d3ac8a242b1450247696051bc3c6bdc9a 100644 (file)
 #ifndef _SIDSTAR_HXX_
 #define _SIDSTAR_HXX_
 
-#include <string>
-#include <map>
+#include "airports_fwd.hxx"
+#include <ATC/trafficcontrol.hxx>
 
 #include <simgear/misc/sg_path.hxx>
-
 #include <simgear/xml/easyxml.hxx>
 
-#include <ATC/trafficcontrol.hxx>
-#include <AIModel/AIFlightPlan.hxx>
-#include "parking.hxx"
-#include "groundnetwork.hxx"
-#include "runwayprefs.hxx"
-
-
-class FGAirport;
-
-typedef std::vector<FGAIFlightPlan*>           FlightPlanVec;
-typedef std::vector<FGAIFlightPlan*>::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