Skip to content

Commit 1c9de5a

Browse files
committed
Fixup is_trivially_copyable header
1 parent cb91be2 commit 1c9de5a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

libcxx/include/__atomic/atomic.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <__type_traits/is_integral.h>
2424
#include <__type_traits/is_nothrow_constructible.h>
2525
#include <__type_traits/is_same.h>
26+
#include <__type_traits/is_trivially_copyable.h>
2627
#include <__type_traits/remove_const.h>
2728
#include <__type_traits/remove_pointer.h>
2829
#include <__type_traits/remove_volatile.h>

libcxx/include/__atomic/support.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#define _LIBCPP___ATOMIC_SUPPORT_H
1111

1212
#include <__config>
13-
#include <__type_traits/is_trivially_copyable.h>
1413

1514
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
1615
# pragma GCC system_header

0 commit comments

Comments
 (0)