]> Savannah Git Hosting - gnulib.git/commitdiff
random_r: omit unnecessary include
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Jun 2018 18:25:53 +0000 (11:25 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 21 Jun 2018 19:29:04 +0000 (12:29 -0700)
* lib/random_r.c: Do not include limits.h.

ChangeLog
lib/random_r.c

index 7be60f1c34b578be151143dd3ebef602d296ad9a..2550b0e4b4eba539334b9b1dba4e9acb4e50fb9e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2018-06-21  Paul Eggert  <eggert@cs.ucla.edu>
 
+       random_r: omit unnecessary include
+       * lib/random_r.c: Do not include limits.h.
+
        random, random_r: merge from glibc
        * lib/random.c, lib/random_r.c:
        Include libc-config.h if !_LIBC, not config.h unilaterally.
index fba07bb9825f10341cb485672f7b74209342bbb3..23efaf8a6a2dad067a10d1a1737870b473275905 100644 (file)
@@ -68,7 +68,6 @@
 #include <stdlib.h>
 
 #include <errno.h>
-#include <limits.h>
 #include <stddef.h>