Removed unused import

This commit is contained in:
VegOwOtenks 2024-09-22 22:26:04 +02:00
parent 840a29a59d
commit 7a3f1955b9

View file

@ -4,7 +4,6 @@
#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__))
#include <pthread.h>
#include <signal.h>
int OSThread_Create(os_thread_t* destination, ThreadFunction subroutine, void* arg)
{