[pstl][libc++] Provide uglified header names for interface headers
For the few (currently four) headers that make up the PSTL's interface
to other Standard Libraries, provide a stable uglified header file that
can be included by those Standard Libraries.
We can then more easily change the internal organization of the PSTL
without having to change the integration with Standard Libraries.
llvm-svn: 368088
diff --git a/libcxx/include/algorithm b/libcxx/include/algorithm
index ac780af..91cca5c 100644
--- a/libcxx/include/algorithm
+++ b/libcxx/include/algorithm
@@ -5679,7 +5679,7 @@
_LIBCPP_POP_MACROS
#if defined(_LIBCPP_HAS_PARALLEL_ALGORITHMS) && _LIBCPP_STD_VER >= 17
-# include <pstl/internal/glue_algorithm_impl.h>
+# include <__pstl_algorithm>
#endif
#endif // _LIBCPP_ALGORITHM