Убран time.h где он не нужен

This commit is contained in:
2025-02-15 09:30:26 +03:00
parent ccd43f25c7
commit 6bbd07c028
2 changed files with 3 additions and 3 deletions
-1
View File
@@ -6,7 +6,6 @@
#endif
#include <stdio.h>
#include "time.h"
void start_thread(void** thread_handle, void* (*task)(void*)) {
#ifdef _WIN32