From f8b6fdedd97430d5cd06eb21648b90f6429f3c97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Fri, 29 May 2015 10:23:32 +0200 Subject: [PATCH] Remove include that is no longer needed --- library/entropy_poll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/library/entropy_poll.c b/library/entropy_poll.c index ae3929a426..92c757ec73 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c @@ -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 #include #include #if defined(SYS_getrandom)