]> git.mxchange.org Git - simgear.git/blobdiff - simgear/misc/sgstream.hxx
Cygwin fixes.
[simgear.git] / simgear / misc / sgstream.hxx
index 7473ee870195e7ee84dd5f6f1938b457f18b8067..1131171be6b587f63db9fc0ef8ccf3cd12226cf8 100644 (file)
 # error This library requires C++
 #endif                                   
 
-#ifdef HAVE_CONFIG_H
-#  include <config.h>
-#endif
-
 #include <simgear/compiler.h>
 
 #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
 
 
 /**