From 616e60eae8043c5dcbcf909031e21f20f7b0b66e Mon Sep 17 00:00:00 2001 From: Adeel <3840695+am11@users.noreply.github.com> Date: Thu, 4 Feb 2021 09:39:58 +0200 Subject: [PATCH] Remove unused unicode header inclusion `unicode/uclean.h` was added in bdc8955 for `u_init()` when the PR was WIP: https://github.com/dotnet/runtime/pull/37971/commits By the time PR was merged, `u_init()` was removed, so this header is not required by any configuration. --- .../Unix/System.Globalization.Native/pal_icushim_internal.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libraries/Native/Unix/System.Globalization.Native/pal_icushim_internal.h b/src/libraries/Native/Unix/System.Globalization.Native/pal_icushim_internal.h index 71c640b30d1bb6..081518b753deb5 100644 --- a/src/libraries/Native/Unix/System.Globalization.Native/pal_icushim_internal.h +++ b/src/libraries/Native/Unix/System.Globalization.Native/pal_icushim_internal.h @@ -19,7 +19,6 @@ // All ICU headers need to be included here so that all function prototypes are // available before the function pointers are declared below. -#include #include #include #include