ICU-13634 Removing stray #include added in r41136.

X-SVN-Rev: 41199
This commit is contained in:
Shane Carr 2018-04-05 21:55:29 +00:00
parent fe0725cd2a
commit afda6f1378

View File

@ -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.