From c3fe4615bd1deb24ca68cc6136b9f0bb9c32cdce Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Tue, 1 Mar 2016 16:34:10 +0100 Subject: [PATCH] sys: posix: posix_semaphore: adapt to thread.h --- sys/posix/semaphore/posix_semaphore.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/posix/semaphore/posix_semaphore.c b/sys/posix/semaphore/posix_semaphore.c index d1152ef686..873b379ee6 100644 --- a/sys/posix/semaphore/posix_semaphore.c +++ b/sys/posix/semaphore/posix_semaphore.c @@ -22,7 +22,6 @@ #include "irq.h" #include "sched.h" #include "sema.h" -#include "tcb.h" #include "timex.h" #include "thread.h" #include "xtimer.h"