summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2019-11-01 16:04:19 +0000
committermpi <mpi@openbsd.org>2019-11-01 16:04:19 +0000
commit355cef57a0cfee1f896dad812ddd66bc55bd3eb3 (patch)
tree967fc63548e4c9f7a9ddceefebf20e4e611fb10d
parentAdd DSA CMS support. (diff)
downloadwireguard-openbsd-355cef57a0cfee1f896dad812ddd66bc55bd3eb3.tar.xz
wireguard-openbsd-355cef57a0cfee1f896dad812ddd66bc55bd3eb3.zip
Remove duplicated header.
-rw-r--r--lib/librthread/rthread_sem.c3
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>