mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03: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:
committed by
Jaeden Amero
parent
a152e42e9b
commit
a180926556
@ -51,7 +51,6 @@
|
||||
#if defined(_WIN32) && !defined(EFIX64) && !defined(EFI32)
|
||||
|
||||
#include <windows.h>
|
||||
#include <winbase.h>
|
||||
#include <process.h>
|
||||
|
||||
struct _hr_time
|
||||
|
Reference in New Issue
Block a user