mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-13634 Removing stray #include added in r41136.
X-SVN-Rev: 41199
This commit is contained in:
parent
fe0725cd2a
commit
afda6f1378
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue