From 7a3f1955b941cfddcf32250f08495662f5bc172d Mon Sep 17 00:00:00 2001 From: VegOwOtenks Date: Sun, 22 Sep 2024 22:26:04 +0200 Subject: [PATCH] Removed unused import --- src/threading/os_thread.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/threading/os_thread.c b/src/threading/os_thread.c index 1b3a8b7..51b38d5 100644 --- a/src/threading/os_thread.c +++ b/src/threading/os_thread.c @@ -4,7 +4,6 @@ #if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) #include -#include int OSThread_Create(os_thread_t* destination, ThreadFunction subroutine, void* arg) {