]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/sidstar.cxx
std:: namespace fixes, AIBase cleanup.
[flightgear.git] / src / Airports / sidstar.cxx
index e19ff192577548b868e48a372f5ce002c12e1eab..a951194822c193a62f13149a644b25a550688bfe 100644 (file)
 #include <simgear/props/props.hxx>
 #include <simgear/props/props_io.hxx>
 
-
-
-#include <Airports/simple.hxx>
-
+#include <AIModel/AIFlightPlan.hxx>
+#include <Airports/airport.hxx>
 
 #include "sidstar.hxx"
 
@@ -119,4 +117,4 @@ FGAIFlightPlan *FGSidStar::getBest(string activeRunway, double heading)
      } else {
         return 0;
     }
-}
\ No newline at end of file
+}