From f98b88ec7828e948aebf32f0586bc72e5f1fec18 Mon Sep 17 00:00:00 2001 From: mpi Date: Tue, 29 Jan 2019 17:41:14 +0000 Subject: Remove unused header. --- lib/libc/thread/rthread_mutex.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/thread/rthread_mutex.c') diff --git a/lib/libc/thread/rthread_mutex.c b/lib/libc/thread/rthread_mutex.c index d2ad1f7bebd..856f52ca86e 100644 --- a/lib/libc/thread/rthread_mutex.c +++ b/lib/libc/thread/rthread_mutex.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_mutex.c,v 1.3 2017/08/15 07:06:29 guenther Exp $ */ +/* $OpenBSD: rthread_mutex.c,v 1.4 2019/01/29 17:41:14 mpi Exp $ */ /* * Copyright (c) 2017 Martin Pieuchot * Copyright (c) 2012 Philip Guenther @@ -16,7 +16,6 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include #include #include #include -- cgit v1.2.3-59-g8ed1b