mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-23 18:51:06 +00:00
Remove include that is no longer needed
This commit is contained in:
parent
864108daab
commit
f8b6fdedd9
|
@ -77,7 +77,6 @@ int mbedtls_platform_entropy_poll( void *data, unsigned char *output, size_t len
|
||||||
* available in GNU libc and compatible libc's (eg uClibc).
|
* available in GNU libc and compatible libc's (eg uClibc).
|
||||||
*/
|
*/
|
||||||
#if defined(__linux__) && defined(__GLIBC__)
|
#if defined(__linux__) && defined(__GLIBC__)
|
||||||
#include <linux/version.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
#if defined(SYS_getrandom)
|
#if defined(SYS_getrandom)
|
||||||
|
|
Loading…
Reference in a new issue