Removed unused import
This commit is contained in:
parent
840a29a59d
commit
7a3f1955b9
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
|
||||||
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <signal.h>
|
|
||||||
|
|
||||||
int OSThread_Create(os_thread_t* destination, ThreadFunction subroutine, void* arg)
|
int OSThread_Create(os_thread_t* destination, ThreadFunction subroutine, void* arg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue