]> git.mxchange.org Git - flightgear.git/blobdiff - src/Navaids/fix.hxx
Moved random ground cover object management code (userdata.[ch]xx) over
[flightgear.git] / src / Navaids / fix.hxx
index bf2bd802a98998fb8e1e47e3822e27d3081cf037..f21dc144307931be430f03d9b038fb8aad8b254c 100644 (file)
 
 #ifdef SG_HAVE_STD_INCLUDES
 #  include <istream>
-#elif defined( SG_HAVE_NATIVE_SGI_COMPILERS )
-#  include <iostream.h>
 #elif defined( __BORLANDC__ ) || (__APPLE__)
 #  include <iostream>
 #else
 #  include <istream.h>
 #endif
 
-#if ! defined( SG_HAVE_NATIVE_SGI_COMPILERS )
 SG_USING_STD(istream);
-#endif
 
 #include STL_STRING
 SG_USING_STD(string);