Move include from BH/Thread.h to impls' Thread.h

This commit is contained in:
2025-03-03 10:12:35 +03:00
parent d403d41f2c
commit fe2f39d489
18 changed files with 6 additions and 23 deletions

View File

@@ -1,7 +1,5 @@
#include "Thread.h"
#include <BH/Thread.h>
BH_Semaphore *BH_SemaphoreNew(int value)
{