mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 16:55:43 +01: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).
|
||||
*/
|
||||
#if defined(__linux__) && defined(__GLIBC__)
|
||||
#include <linux/version.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/syscall.h>
|
||||
#if defined(SYS_getrandom)
|
||||
|
Loading…
Reference in New Issue
Block a user