Skip to content

Commit bd23340

Browse files
committed
cleanup
1 parent 246d3b5 commit bd23340

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openbsd/openbsd_threadpark.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
#include <cstdint>
66
#include <cerrno>
77

8-
#include <sys/futex.h> // for FUTEX_WAIT, FUTEX_WAKE
9-
#include <sys/time.h> // for struct timespec if needed
8+
#include <sys/futex.h>
9+
#include <sys/time.h>
1010
#include <unistd.h>
1111

1212
struct tpark_handle_t {

0 commit comments

Comments
 (0)