commit | f8b6fdedd97430d5cd06eb21648b90f6429f3c97 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 10:23:32 2015 +0200 |
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | Fri May 29 10:23:32 2015 +0200 |
tree | 2ae4dfd68a514da19c06f2df0366699157d1d51a | |
parent | 864108daabaf6fc005af472a2329729f3c3a14ca [diff] |
Remove include that is no longer needed
diff --git a/library/entropy_poll.c b/library/entropy_poll.c index ae3929a..92c757e 100644 --- a/library/entropy_poll.c +++ b/library/entropy_poll.c
@@ -77,7 +77,6 @@ * 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)