]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/io/unicode/ustream.h
ICU-62107.0.1.tar.gz
[apple/icu.git] / icuSources / io / unicode / ustream.h
index 9134f65817a86d7a619ae5ac0abd1b0ff6974c45..f185c453f8fa2cae8c1a9653b7adeddbc258c990 100644 (file)
 namespace std { class type_info; } // WORKAROUND: http://llvm.org/bugs/show_bug.cgi?id=13364
 #endif
 
-#if U_IOSTREAM_SOURCE >= 199711
-#if (__GNUC__ == 2)
 #include <iostream>
-#else
-#include <istream>
-#include <ostream>
-#endif
 
 #if U_SHOW_CPLUSPLUS_API
 U_NAMESPACE_BEGIN
@@ -69,4 +63,3 @@ U_NAMESPACE_END
 /* No operator for UChar because it can conflict with wchar_t  */
 
 #endif
-#endif