sys: posix: posix_semaphore: adapt to thread.h

This commit is contained in:
Kaspar Schleiser 2016-03-01 16:34:10 +01:00
parent 0bf305e0e7
commit c3fe4615bd

View File

@ -22,7 +22,6 @@
#include "irq.h" #include "irq.h"
#include "sched.h" #include "sched.h"
#include "sema.h" #include "sema.h"
#include "tcb.h"
#include "timex.h" #include "timex.h"
#include "thread.h" #include "thread.h"
#include "xtimer.h" #include "xtimer.h"