Skip to content

Commit 0b08e02

Browse files
committed
Sort includes
1 parent f0d0a6f commit 0b08e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__memory/uninitialized_algorithms.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#include <__iterator/iterator_traits.h>
2020
#include <__iterator/reverse_iterator.h>
2121
#include <__memory/addressof.h>
22-
#include <__memory/destroy.h>
2322
#include <__memory/allocator_traits.h>
2423
#include <__memory/construct_at.h>
24+
#include <__memory/destroy.h>
2525
#include <__memory/pointer_traits.h>
2626
#include <__type_traits/enable_if.h>
2727
#include <__type_traits/extent.h>

0 commit comments

Comments
 (0)