diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-11-01 16:04:20 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2019-11-01 16:04:20 +0000 |
commit | 8490395c21952a2318d6a20ed1e8a185be5db046 (patch) | |
tree | 7565a51650f69217a1661f382bd6c1614050e9b3 /lib | |
parent | 85a500e5debe57eaaef08ba448d55f25b60c4cfb (diff) |
Remove duplicated header.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/rthread_sem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread_sem.c b/lib/librthread/rthread_sem.c index 4645eaddf9d..bd96769dc39 100644 --- a/lib/librthread/rthread_sem.c +++ b/lib/librthread/rthread_sem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_sem.c,v 1.30 2019/01/29 17:43:23 mpi Exp $ */ +/* $OpenBSD: rthread_sem.c,v 1.31 2019/11/01 16:04:19 mpi Exp $ */ /* * Copyright (c) 2004,2005,2013 Ted Unangst <tedu@openbsd.org> * Copyright (c) 2018 Paul Irofti <pirofti@openbsd.org> @@ -22,7 +22,6 @@ #include <sys/stat.h> #include <sys/atomic.h> #include <sys/time.h> -#include <sys/futex.h> #include <errno.h> #include <fcntl.h> |