]> git.mxchange.org Git - flightgear.git/blobdiff - src/Airports/calc_loc.cxx
testair.cxx is a 21 lines long, obsolete test application. After removing
[flightgear.git] / src / Airports / calc_loc.cxx
index c94fa3a16a0137373c2b15b2f8cfe31d854751e4..0b307402464a3a6d55d68fb8ef79f414afa8b1ca 100644 (file)
 #include <stdlib.h>
 
 #include <iostream>
-#include STL_STRING
-
-#include <plib/sg.h>
+#include <string>
 
 #include <simgear/math/sg_geodesy.hxx>
 
 
-SG_USING_STD(string);
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::string;
+using std::cout;
+using std::endl;
 
 int main( int argc, char **argv ) {