Skip to content

Commit 25f494b

Browse files
committed
remove unneeded include of '__atomic/contention_t.h'
1 parent 8ef261f commit 25f494b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/semaphore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ using binary_semaphore = counting_semaphore<1>;
5454
#include <__assert> // all public C++ headers provide the assertion handler
5555
#include <__atomic/atomic_base.h>
5656
#include <__atomic/atomic_sync.h>
57-
#include <__atomic/contention_t.h>
5857
#include <__atomic/memory_order.h>
5958
#include <__availability>
6059
#include <__chrono/time_point.h>

0 commit comments

Comments
 (0)