]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sgstream.hxx
Frederic Bouvier:
[simgear.git] / simgear / misc / sgstream.hxx
index 373ebc7914f9eb23a667c90fc0a5319db72910f5..1131171be6b587f63db9fc0ef8ccf3cd12226cf8 100644 (file)
@@ -36,8 +36,6 @@
 
 #if defined( SG_HAVE_STD_INCLUDES )
 #  include <istream>
-#elif defined ( SG_HAVE_NATIVE_SGI_COMPILERS )
-#  include <CC/stream.h>
 #elif defined ( __BORLANDC__ )
 #  include <iostream>
 #else
 #include <simgear/misc/zfstream.hxx>
 
 SG_USING_STD(string);
-
-#ifndef SG_HAVE_NATIVE_SGI_COMPILERS
 SG_USING_STD(istream);
-#endif
 
 
 /**