[libcxx-commits] [libcxx] [libc++] Move the locale support headers to __locale_dir/locale_base_api/ (PR #74522)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 21 09:16:29 PST 2023
================
@@ -12,10 +12,9 @@
#include <__availability>
#include <__config>
-#include <__memory/shared_ptr.h> // __shared_count
+#include <__locale_dir/locale_base_api.h>
+#include <__memory/shared_ptr.h>
#include <__mutex/once_flag.h>
-#include <__type_traits/make_unsigned.h>
-#include <__utility/no_destroy.h>
----------------
ldionne wrote:
Nor those (unless there's a reason to, but it seems unlikely)
https://github.com/llvm/llvm-project/pull/74522
More information about the libcxx-commits
mailing list