X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..0f5d89e82340278ed3d7d50029f37cab2c41a57e:/icuSources/io/unicode/ustream.h diff --git a/icuSources/io/unicode/ustream.h b/icuSources/io/unicode/ustream.h index 9134f658..f185c453 100644 --- a/icuSources/io/unicode/ustream.h +++ b/icuSources/io/unicode/ustream.h @@ -34,13 +34,7 @@ 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