]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/waypoint.hxx
commradio: improvements for atis speech
[flightgear.git] / src / Navaids / waypoint.hxx
index d01070b6f7f6b023354e06849abb209ff31f988d..377049ab0919153e0a680fce529c4894bb477c09 100644 (file)
 #ifndef FG_WAYPOINT_HXX
 #define FG_WAYPOINT_HXX
 
+#include <Airports/airports_fwd.hxx>
 #include <Navaids/route.hxx>
 #include <Navaids/positioned.hxx>
 
-class FGAirport;
-typedef SGSharedPtr<FGAirport> FGAirportRef;
-class FGRunway;
-
 namespace flightgear
 {