diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-12-18 20:30:12 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2024-04-19 21:12:03 +0000 |
| commit | c9157d925c489f07ba9c0b2ce47e5149b75969a5 (patch) | |
| tree | 08bc4a3d9cad3f9ebffa558ddf140b9d9257b219 /contrib/llvm-project/libcxx/include/__std_clang_module | |
| parent | 2a66844f606a35d68ad8a8061f4bea204274b3bc (diff) | |
Diffstat (limited to 'contrib/llvm-project/libcxx/include/__std_clang_module')
| -rw-r--r-- | contrib/llvm-project/libcxx/include/__std_clang_module | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/contrib/llvm-project/libcxx/include/__std_clang_module b/contrib/llvm-project/libcxx/include/__std_clang_module index 4d02336d30b0..18d6ce6b46c1 100644 --- a/contrib/llvm-project/libcxx/include/__std_clang_module +++ b/contrib/llvm-project/libcxx/include/__std_clang_module @@ -86,24 +86,12 @@ #include <exception> #include <execution> #include <expected> -#include <experimental/deque> -#include <experimental/forward_list> #include <experimental/iterator> -#include <experimental/list> -#include <experimental/map> -#include <experimental/memory_resource> +#include <experimental/memory> #include <experimental/propagate_const> -#if !defined(_LIBCPP_HAS_NO_LOCALIZATION) -# include <experimental/regex> -#endif -#include <experimental/set> #include <experimental/simd> -#include <experimental/string> #include <experimental/type_traits> -#include <experimental/unordered_map> -#include <experimental/unordered_set> #include <experimental/utility> -#include <experimental/vector> #include <fenv.h> #include <filesystem> #include <float.h> @@ -135,7 +123,6 @@ #if !defined(_LIBCPP_HAS_NO_THREADS) # include <latch> #endif -#include <limits.h> #include <limits> #include <list> #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) @@ -170,7 +157,6 @@ # include <semaphore> #endif #include <set> -#include <setjmp.h> #if !defined(_LIBCPP_HAS_NO_THREADS) # include <shared_mutex> #endif @@ -201,6 +187,9 @@ #if !defined(_LIBCPP_HAS_NO_LOCALIZATION) # include <strstream> #endif +#if !defined(_LIBCPP_HAS_NO_LOCALIZATION) +# include <syncstream> +#endif #include <system_error> #include <tgmath.h> #if !defined(_LIBCPP_HAS_NO_THREADS) |
