timing: Remove redundant include file
There is no need to include winbase.h, as it will be pulled in by
windows.h as needed.
Fixes #2640
diff --git a/ChangeLog b/ChangeLog
index e2561c9..452d087 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -47,6 +47,7 @@
codes to always wrap these codes into X.509 high level error codes before
returning. Fixes #2431.
* Fix typo in net_would_block(). Fixes #528 reported by github-monoculture.
+ * Remove redundant include file in timing.c. Fixes #2640 reported by irwir.
Changes
* Return from various debugging routines immediately if the
diff --git a/library/timing.c b/library/timing.c
index 413d133..009516a 100644
--- a/library/timing.c
+++ b/library/timing.c
@@ -51,7 +51,6 @@
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
#include <windows.h>
-#include <winbase.h>
#include <process.h>
struct _hr_time