fix: Remove broken include from timing.c
Some checks failed
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Failing after 1m58s

This commit is contained in:
Kevin Trogant 2024-07-24 12:30:52 +02:00
parent 50bd92dfcb
commit 4ab483c003

View File

@ -1,6 +1,5 @@
#include "timing.h"
#include "runtime.h"
#include <bits/time.h>
#if defined(_WIN32)
#define WIN32_LEAN_AND_MEAN