commit b0a2015fdca3bf5683383ddd9c0e496f4a1d436f parent d65f6db6c6232c466c8d24d24729ef9757e84d28 Author: serge-sans-paille <sguelton@mozilla.com> Date: Wed, 12 Nov 2025 16:19:50 +0000 Bug 1999722 - Remove unused STL header inclusions in intl/** r=nordzilla,platform-i18n-reviewers Differential Revision: https://phabricator.services.mozilla.com/D272288 Diffstat:
8 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/intl/components/src/DisplayNames.h b/intl/components/src/DisplayNames.h @@ -4,7 +4,6 @@ #ifndef intl_components_DisplayNames_h_ #define intl_components_DisplayNames_h_ -#include <string> #include <string_view> #include "unicode/udat.h" #include "unicode/udatpg.h" diff --git a/intl/components/src/Locale.cpp b/intl/components/src/Locale.cpp @@ -15,9 +15,7 @@ #include <iterator> #include <stddef.h> #include <stdint.h> -#include <string> #include <string.h> -#include <type_traits> #include <utility> #include "unicode/uloc.h" diff --git a/intl/components/src/LocaleGenerated.cpp b/intl/components/src/LocaleGenerated.cpp @@ -11,7 +11,6 @@ #include <cstring> #include <iterator> #include <string> -#include <type_traits> #include "mozilla/intl/Locale.h" diff --git a/intl/components/src/MeasureUnit.h b/intl/components/src/MeasureUnit.h @@ -14,7 +14,6 @@ #include <iterator> #include <stddef.h> #include <stdint.h> -#include <utility> struct UResourceBundle; diff --git a/intl/components/src/NumberFormat.h b/intl/components/src/NumberFormat.h @@ -5,7 +5,6 @@ #define intl_components_NumberFormat_h_ #include <string_view> #include <utility> -#include <vector> #include "mozilla/intl/ICU4CGlue.h" #include "mozilla/Maybe.h" diff --git a/intl/components/src/calendar/ICU4XChineseBasedCalendar.h b/intl/components/src/calendar/ICU4XChineseBasedCalendar.h @@ -7,7 +7,6 @@ #include "mozilla/intl/calendar/ICU4XCalendar.h" #include <stdint.h> -#include <string_view> namespace mozilla::intl::calendar { diff --git a/intl/lwbrk/nsComplexBreaker.cpp b/intl/lwbrk/nsComplexBreaker.cpp @@ -5,8 +5,6 @@ #include "nsComplexBreaker.h" -#include <algorithm> - #include "LineBreakCache.h" #include "MainThreadUtils.h" #include "mozilla/Assertions.h" diff --git a/intl/uconv/nsConverterInputStream.cpp b/intl/uconv/nsConverterInputStream.cpp @@ -8,7 +8,6 @@ #include "nsReadLine.h" #include "nsStreamUtils.h" -#include <algorithm> #include <tuple> using namespace mozilla;