Skip to content

Commit aed274f

Browse files
committed
Fix transitive includes
1 parent 3502827 commit aed274f

File tree

7 files changed

+5
-14
lines changed

7 files changed

+5
-14
lines changed

libcxx/include/array

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ _LIBCPP_POP_MACROS
563563
# include <concepts>
564564
# include <cstdlib>
565565
# include <iterator>
566+
# include <new>
566567
# include <type_traits>
567568
# include <utility>
568569
# endif

libcxx/include/charconv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ _LIBCPP_END_NAMESPACE_STD
112112
# include <cstring>
113113
# include <iosfwd>
114114
# include <limits>
115+
# include <new>
115116
# include <type_traits>
116117
# endif
117118
#endif // 0

libcxx/test/libcxx/transitive_includes/cxx03.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ charconv cstdlib
250250
charconv cstring
251251
charconv iosfwd
252252
charconv limits
253+
charconv new
253254
charconv type_traits
254255
charconv version
255256
chrono algorithm

libcxx/test/libcxx/transitive_includes/cxx11.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ charconv cstdlib
250250
charconv cstring
251251
charconv iosfwd
252252
charconv limits
253+
charconv new
253254
charconv type_traits
254255
charconv version
255256
chrono algorithm

libcxx/test/libcxx/transitive_includes/cxx14.csv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ charconv cstdlib
255255
charconv cstring
256256
charconv iosfwd
257257
charconv limits
258+
charconv new
258259
charconv type_traits
259260
charconv version
260261
chrono algorithm

libcxx/test/libcxx/transitive_includes/cxx23.csv

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ array cwchar
2828
array cwctype
2929
array initializer_list
3030
array limits
31-
array new
3231
array stdexcept
3332
array version
3433
atomic climits
@@ -43,7 +42,6 @@ barrier cstdint
4342
barrier cstring
4443
barrier ctime
4544
barrier limits
46-
barrier new
4745
barrier ratio
4846
barrier version
4947
bit cstdint
@@ -102,7 +100,6 @@ charconv cerrno
102100
charconv cstdint
103101
charconv initializer_list
104102
charconv limits
105-
charconv new
106103
charconv version
107104
chrono array
108105
chrono bitset
@@ -271,7 +268,6 @@ exception version
271268
execution version
272269
expected cstdint
273270
expected initializer_list
274-
expected new
275271
expected version
276272
experimental/iterator bitset
277273
experimental/iterator cctype
@@ -672,7 +668,6 @@ mdspan cwchar
672668
mdspan cwctype
673669
mdspan initializer_list
674670
mdspan limits
675-
mdspan new
676671
mdspan span
677672
mdspan stdexcept
678673
mdspan version
@@ -882,7 +877,6 @@ regex version
882877
scoped_allocator compare
883878
scoped_allocator cstdint
884879
scoped_allocator limits
885-
scoped_allocator new
886880
scoped_allocator tuple
887881
scoped_allocator version
888882
semaphore climits
@@ -1018,7 +1012,6 @@ string_view cwctype
10181012
string_view initializer_list
10191013
string_view iosfwd
10201014
string_view limits
1021-
string_view new
10221015
string_view stdexcept
10231016
string_view version
10241017
strstream bitset

libcxx/test/libcxx/transitive_includes/cxx26.csv

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ array cwchar
2828
array cwctype
2929
array initializer_list
3030
array limits
31-
array new
3231
array stdexcept
3332
array version
3433
atomic climits
@@ -43,7 +42,6 @@ barrier cstdint
4342
barrier cstring
4443
barrier ctime
4544
barrier limits
46-
barrier new
4745
barrier ratio
4846
barrier version
4947
bit cstdint
@@ -102,7 +100,6 @@ charconv cerrno
102100
charconv cstdint
103101
charconv initializer_list
104102
charconv limits
105-
charconv new
106103
charconv version
107104
chrono array
108105
chrono bitset
@@ -271,7 +268,6 @@ exception version
271268
execution version
272269
expected cstdint
273270
expected initializer_list
274-
expected new
275271
expected version
276272
experimental/iterator bitset
277273
experimental/iterator cctype
@@ -671,7 +667,6 @@ mdspan cwchar
671667
mdspan cwctype
672668
mdspan initializer_list
673669
mdspan limits
674-
mdspan new
675670
mdspan span
676671
mdspan stdexcept
677672
mdspan version
@@ -881,7 +876,6 @@ regex version
881876
scoped_allocator compare
882877
scoped_allocator cstdint
883878
scoped_allocator limits
884-
scoped_allocator new
885879
scoped_allocator tuple
886880
scoped_allocator version
887881
semaphore climits
@@ -1017,7 +1011,6 @@ string_view cwctype
10171011
string_view initializer_list
10181012
string_view iosfwd
10191013
string_view limits
1020-
string_view new
10211014
string_view stdexcept
10221015
string_view version
10231016
strstream bitset

0 commit comments

Comments
 (0)