]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/xmlloader.hxx
GUI ‘restore defaults’ support.
[flightgear.git] / src / Airports / xmlloader.hxx
index 88ab5af8168e6239c6c198523e00e7448403f18b..e303fbeb246798f6a6aa57b97b9af6554757a79f 100644 (file)
@@ -16,9 +16,7 @@
 #ifndef _XML_LOADER_HXX_
 #define _XML_LOADER_HXX_
 
-class FGAirportDynamics;
-class FGRunwayPreference;
-class FGSidStar;
+#include "airports_fwd.hxx"
 
 class XMLVisitor; // ffrom easyxml.hxx
 
@@ -26,7 +24,6 @@ class XMLLoader {
 public:
   XMLLoader();
   ~XMLLoader();
-  static string expandICAODirs(const std::string& in);
   
   static void load(FGRunwayPreference* p);
   static void load(FGAirportDynamics*  d);