]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/waytest.cxx
Modified Files:
[simgear.git] / simgear / route / waytest.cxx
index bc31b9c59157a04d0c887f676424341e4ce2889a..0d57bff89fcef2ed47827b20b52206e20fa953b6 100644 (file)
@@ -5,11 +5,8 @@
 
 #include "waypoint.hxx"
 
-#if !defined(SG_HAVE_NATIVE_SGI_COMPILERS)
 SG_USING_STD(cout);
 SG_USING_STD(endl);
-#endif
-
 
 int main() {
     SGWayPoint a1(-93.216923, 44.880547, 0.0, SGWayPoint::WGS84, "KMSP");