ICU-13634 Removing stray #include added in r41136.
X-SVN-Rev: 41199
This commit is contained in:
parent
fe0725cd2a
commit
afda6f1378
@ -533,8 +533,6 @@ uprv_fmin(double x, double y)
|
||||
return (x > y ? y : x);
|
||||
}
|
||||
|
||||
#include <iostream>
|
||||
|
||||
U_CAPI UBool U_EXPORT2
|
||||
uprv_add32_overflow(int32_t a, int32_t b, int32_t* res) {
|
||||
// NOTE: Some compilers (GCC, Clang) have primitives available, like __builtin_add_overflow.
|
||||
|
Loading…
Reference in New Issue
Block a user