removed superflous includes, fixes mingw build

This commit is contained in:
Chu'vok
2024-09-18 01:02:17 +02:00
parent e3c2145e99
commit d011b2eaa7

2
tim.h
View File

@@ -234,8 +234,6 @@
#define _CRT_SECURE_NO_WARNINGS #define _CRT_SECURE_NO_WARNINGS
#define WIN32_LEAN_AND_MEAN #define WIN32_LEAN_AND_MEAN
#include <windows.h> #include <windows.h>
#include <consoleapi.h>
#include <io.h>
#endif #endif
// libc // libc