mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01: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
88a6e89fb6
commit
b196a0a781
2 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,6 @@
|
|||
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
||||
|
||||
#include <windows.h>
|
||||
#include <winbase.h>
|
||||
#include <process.h>
|
||||
|
||||
struct _hr_time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue