aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Dummy/Semaphore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Dummy/Semaphore.c')
-rw-r--r--src/Platform/Dummy/Semaphore.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Platform/Dummy/Semaphore.c b/src/Platform/Dummy/Semaphore.c
index 72d0bc4..0b656dd 100644
--- a/src/Platform/Dummy/Semaphore.c
+++ b/src/Platform/Dummy/Semaphore.c
@@ -1,7 +1,5 @@
#include "Thread.h"
-#include <BH/Thread.h>
-
BH_Semaphore *BH_SemaphoreNew(int value)
{