From 99bc44153b20a3317854a59ec5ef11ac23e55525 Mon Sep 17 00:00:00 2001 From: bogdanungureanu Date: Sun, 28 Sep 2025 00:33:42 +0300 Subject: [PATCH] Intl: Remove unumberrangeformatter.h include --- ext/intl/rangeformatter/rangeformatter_class.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/intl/rangeformatter/rangeformatter_class.cpp b/ext/intl/rangeformatter/rangeformatter_class.cpp index a19bbb451d801..31f385a0a9262 100644 --- a/ext/intl/rangeformatter/rangeformatter_class.cpp +++ b/ext/intl/rangeformatter/rangeformatter_class.cpp @@ -20,7 +20,6 @@ extern "C" { #if U_ICU_VERSION_MAJOR_NUM >= 63 #include -#include #include #include #include "../intl_convertcpp.h"