diff options
author | 2019-11-01 16:04:19 +0000 | |
---|---|---|
committer | 2019-11-01 16:04:19 +0000 | |
commit | 355cef57a0cfee1f896dad812ddd66bc55bd3eb3 (patch) | |
tree | 967fc63548e4c9f7a9ddceefebf20e4e611fb10d | |
parent | Add DSA CMS support. (diff) | |
download | wireguard-openbsd-355cef57a0cfee1f896dad812ddd66bc55bd3eb3.tar.xz wireguard-openbsd-355cef57a0cfee1f896dad812ddd66bc55bd3eb3.zip |
Remove duplicated header.
-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> |