mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-02-24 16:06:53 +00:00
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
This commit is contained in:
parent
1529ede823
commit
548ba2e190
|
@ -43,6 +43,7 @@ Bugfix
|
|||
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
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
||||
|
||||
#include <windows.h>
|
||||
#include <winbase.h>
|
||||
#include <process.h>
|
||||
|
||||
struct _hr_time
|
||||
|
|
Loading…
Reference in a new issue