]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/routetest.cxx
Rotate the scenery tiles so that the horizont is axis aligned.
[simgear.git] / simgear / route / routetest.cxx
index dc586c0afad3596866097157825976aea1fb4613..4c10e7eebd1674085546b91e82c7ffdf7fa70652 100644 (file)
@@ -1,13 +1,13 @@
 #include <simgear/compiler.h>
 #include <simgear/constants.h>
 
-#include STL_IOSTREAM
+#include <iostream>
 
 #include "route.hxx"
 #include "waypoint.hxx"
 
-SG_USING_STD(cout);
-SG_USING_STD(endl);
+using std::cout;
+using std::endl;
 
 void dump_route(const SGRoute& route, const char* message)
 {