]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/apt_loader.hxx
Create a real FlightPlan (and Leg) class
[flightgear.git] / src / Airports / apt_loader.hxx
index af2d46aeba47c0547e9817da4b3b6295e77b2e31..106268f542b0c410ade9a9cd3c806c33b94d3c4e 100644 (file)
 
 #include <string>
 
-#include "simple.hxx"
-
-
 // Load the airport data base from the specified aptdb file.  The
 // metar file is used to mark the airports as having metar available
 // or not.
-bool fgAirportDBLoad( const string &aptdb_file, const std::string &metar_file );
 
+bool fgAirportDBLoad( const std::string &aptdb_file, 
+        const std::string &metar_file );
 
 #endif // _FG_APT_LOADER_HXX