Skip to content

Commit 681aa57

Browse files
committed
[libc++] NFC: Sort headers in CMakeLists.txt
1 parent 5db826e commit 681aa57

File tree

2 files changed

+53
-53
lines changed

2 files changed

+53
-53
lines changed

libcxx/include/CMakeLists.txt

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -4,76 +4,76 @@ set(files
44
__algorithm/any_of.h
55
__algorithm/binary_search.h
66
__algorithm/clamp.h
7-
__algorithm/comp.h
87
__algorithm/comp_ref_type.h
8+
__algorithm/comp.h
99
__algorithm/copy_backward.h
10-
__algorithm/copy.h
1110
__algorithm/copy_if.h
1211
__algorithm/copy_n.h
13-
__algorithm/count.h
12+
__algorithm/copy.h
1413
__algorithm/count_if.h
15-
__algorithm/equal.h
14+
__algorithm/count.h
1615
__algorithm/equal_range.h
16+
__algorithm/equal.h
1717
__algorithm/fill_n.h
1818
__algorithm/fill.h
19-
__algorithm/find.h
2019
__algorithm/find_end.h
2120
__algorithm/find_first_of.h
22-
__algorithm/find_if.h
2321
__algorithm/find_if_not.h
24-
__algorithm/for_each.h
22+
__algorithm/find_if.h
23+
__algorithm/find.h
2524
__algorithm/for_each_n.h
25+
__algorithm/for_each.h
2626
__algorithm/generate_n.h
2727
__algorithm/generate.h
2828
__algorithm/half_positive.h
2929
__algorithm/includes.h
3030
__algorithm/inplace_merge.h
31-
__algorithm/is_heap.h
3231
__algorithm/is_heap_until.h
32+
__algorithm/is_heap.h
3333
__algorithm/is_partitioned.h
3434
__algorithm/is_permutation.h
35-
__algorithm/is_sorted.h
3635
__algorithm/is_sorted_until.h
36+
__algorithm/is_sorted.h
3737
__algorithm/iter_swap.h
3838
__algorithm/lexicographical_compare.h
3939
__algorithm/lower_bound.h
4040
__algorithm/make_heap.h
41-
__algorithm/max.h
4241
__algorithm/max_element.h
42+
__algorithm/max.h
4343
__algorithm/merge.h
44-
__algorithm/min.h
4544
__algorithm/min_element.h
46-
__algorithm/minmax.h
45+
__algorithm/min.h
4746
__algorithm/minmax_element.h
47+
__algorithm/minmax.h
4848
__algorithm/mismatch.h
4949
__algorithm/move_backward.h
5050
__algorithm/move.h
5151
__algorithm/next_permutation.h
5252
__algorithm/none_of.h
5353
__algorithm/nth_element.h
54-
__algorithm/partial_sort.h
5554
__algorithm/partial_sort_copy.h
56-
__algorithm/partition.h
55+
__algorithm/partial_sort.h
5756
__algorithm/partition_copy.h
5857
__algorithm/partition_point.h
58+
__algorithm/partition.h
5959
__algorithm/pop_heap.h
6060
__algorithm/prev_permutation.h
6161
__algorithm/push_heap.h
62-
__algorithm/remove.h
63-
__algorithm/remove_copy.h
6462
__algorithm/remove_copy_if.h
63+
__algorithm/remove_copy.h
6564
__algorithm/remove_if.h
66-
__algorithm/replace.h
67-
__algorithm/replace_copy.h
65+
__algorithm/remove.h
6866
__algorithm/replace_copy_if.h
67+
__algorithm/replace_copy.h
6968
__algorithm/replace_if.h
70-
__algorithm/reverse.h
69+
__algorithm/replace.h
7170
__algorithm/reverse_copy.h
72-
__algorithm/rotate.h
71+
__algorithm/reverse.h
7372
__algorithm/rotate_copy.h
73+
__algorithm/rotate.h
7474
__algorithm/sample.h
75-
__algorithm/search.h
7675
__algorithm/search_n.h
76+
__algorithm/search.h
7777
__algorithm/set_difference.h
7878
__algorithm/set_intersection.h
7979
__algorithm/set_symmetric_difference.h
@@ -82,8 +82,8 @@ set(files
8282
__algorithm/shift_right.h
8383
__algorithm/shuffle.h
8484
__algorithm/sift_down.h
85-
__algorithm/sort.h
8685
__algorithm/sort_heap.h
86+
__algorithm/sort.h
8787
__algorithm/stable_partition.h
8888
__algorithm/stable_sort.h
8989
__algorithm/swap_ranges.h
@@ -156,9 +156,9 @@ set(files
156156
__locale
157157
__memory/addressof.h
158158
__memory/allocation_guard.h
159-
__memory/allocator.h
160159
__memory/allocator_arg_t.h
161160
__memory/allocator_traits.h
161+
__memory/allocator.h
162162
__memory/auto_ptr.h
163163
__memory/compressed_pair.h
164164
__memory/construct_at.h
@@ -179,17 +179,38 @@ set(files
179179
__ranges/concepts.h
180180
__ranges/data.h
181181
__ranges/drop_view.h
182-
__ranges/empty.h
183182
__ranges/empty_view.h
183+
__ranges/empty.h
184184
__ranges/enable_borrowed_range.h
185185
__ranges/enable_view.h
186-
__ranges/view_interface.h
187186
__ranges/ref_view.h
188187
__ranges/size.h
189188
__ranges/subrange.h
189+
__ranges/view_interface.h
190190
__split_buffer
191191
__std_stream
192192
__string
193+
__support/android/locale_bionic.h
194+
__support/fuchsia/xlocale.h
195+
__support/ibm/gettod_zos.h
196+
__support/ibm/limits.h
197+
__support/ibm/locale_mgmt_aix.h
198+
__support/ibm/locale_mgmt_zos.h
199+
__support/ibm/nanosleep.h
200+
__support/ibm/support.h
201+
__support/ibm/xlocale.h
202+
__support/musl/xlocale.h
203+
__support/newlib/xlocale.h
204+
__support/nuttx/xlocale.h
205+
__support/openbsd/xlocale.h
206+
__support/solaris/floatingpoint.h
207+
__support/solaris/wchar.h
208+
__support/solaris/xlocale.h
209+
__support/win32/limits_msvc_win32.h
210+
__support/win32/locale_win32.h
211+
__support/xlocale/__nop_locale_mgmt.h
212+
__support/xlocale/__posix_l_fallback.h
213+
__support/xlocale/__strtonum_fallback.h
193214
__threading_support
194215
__tree
195216
__tuple
@@ -312,8 +333,8 @@ set(files
312333
queue
313334
random
314335
ranges
315-
ratio
316336
ranges
337+
ratio
317338
regex
318339
scoped_allocator
319340
semaphore
@@ -331,30 +352,9 @@ set(files
331352
stdlib.h
332353
streambuf
333354
string
334-
string.h
335355
string_view
356+
string.h
336357
strstream
337-
__support/android/locale_bionic.h
338-
__support/fuchsia/xlocale.h
339-
__support/ibm/gettod_zos.h
340-
__support/ibm/limits.h
341-
__support/ibm/locale_mgmt_aix.h
342-
__support/ibm/locale_mgmt_zos.h
343-
__support/ibm/nanosleep.h
344-
__support/ibm/support.h
345-
__support/ibm/xlocale.h
346-
__support/musl/xlocale.h
347-
__support/newlib/xlocale.h
348-
__support/nuttx/xlocale.h
349-
__support/openbsd/xlocale.h
350-
__support/solaris/floatingpoint.h
351-
__support/solaris/wchar.h
352-
__support/solaris/xlocale.h
353-
__support/win32/limits_msvc_win32.h
354-
__support/win32/locale_win32.h
355-
__support/xlocale/__nop_locale_mgmt.h
356-
__support/xlocale/__posix_l_fallback.h
357-
__support/xlocale/__strtonum_fallback.h
358358
system_error
359359
tgmath.h
360360
thread

libcxx/include/module.modulemap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,17 +234,17 @@ module std [system] {
234234
module count_if { header "__algorithm/count_if.h" }
235235
module equal { header "__algorithm/equal.h" }
236236
module equal_range { header "__algorithm/equal_range.h" }
237-
module fill_n { header "__algorithm/fill_n.h" }
238237
module fill { header "__algorithm/fill.h" }
238+
module fill_n { header "__algorithm/fill_n.h" }
239239
module find { header "__algorithm/find.h" }
240240
module find_end { header "__algorithm/find_end.h" }
241241
module find_first_of { header "__algorithm/find_first_of.h" }
242242
module find_if { header "__algorithm/find_if.h" }
243243
module find_if_not { header "__algorithm/find_if_not.h" }
244244
module for_each { header "__algorithm/for_each.h" }
245245
module for_each_n { header "__algorithm/for_each_n.h" }
246-
module generate_n { header "__algorithm/generate_n.h" }
247246
module generate { header "__algorithm/generate.h" }
247+
module generate_n { header "__algorithm/generate_n.h" }
248248
module half_positive { header "__algorithm/half_positive.h" }
249249
module includes { header "__algorithm/includes.h" }
250250
module inplace_merge { header "__algorithm/inplace_merge.h" }
@@ -286,10 +286,10 @@ module std [system] {
286286
module replace_copy { header "__algorithm/replace_copy.h" }
287287
module replace_copy_if { header "__algorithm/replace_copy_if.h" }
288288
module replace_if { header "__algorithm/replace_if.h" }
289-
module reverse_copy { header "__algorithm/reverse_copy.h" }
290289
module reverse { header "__algorithm/reverse.h" }
291-
module rotate_copy { header "__algorithm/rotate_copy.h" }
290+
module reverse_copy { header "__algorithm/reverse_copy.h" }
292291
module rotate { header "__algorithm/rotate.h" }
292+
module rotate_copy { header "__algorithm/rotate_copy.h" }
293293
module sample { header "__algorithm/sample.h" }
294294
module search { header "__algorithm/search.h" }
295295
module search_n { header "__algorithm/search_n.h" }
@@ -306,8 +306,8 @@ module std [system] {
306306
module stable_partition { header "__algorithm/stable_partition.h" }
307307
module stable_sort { header "__algorithm/stable_sort.h" }
308308
module transform { header "__algorithm/transform.h" }
309-
module unique_copy { header "__algorithm/unique_copy.h" }
310309
module unique { header "__algorithm/unique.h" }
310+
module unique_copy { header "__algorithm/unique_copy.h" }
311311
module unwrap_iter { header "__algorithm/unwrap_iter.h" }
312312
module upper_bound { header "__algorithm/upper_bound.h" }
313313
}

0 commit comments

Comments
 (0)