From afda6f137878057910bf4a86bc45a03a73a1e35a Mon Sep 17 00:00:00 2001 From: Shane Carr Date: Thu, 5 Apr 2018 21:55:29 +0000 Subject: [PATCH] ICU-13634 Removing stray #include added in r41136. X-SVN-Rev: 41199 --- icu4c/source/common/putil.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/icu4c/source/common/putil.cpp b/icu4c/source/common/putil.cpp index 452e2fd79c..2d2de524db 100644 --- a/icu4c/source/common/putil.cpp +++ b/icu4c/source/common/putil.cpp @@ -533,8 +533,6 @@ uprv_fmin(double x, double y) return (x > y ? y : x); } -#include - 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.