diff options
Diffstat (limited to 'src/stdlib/srand.c')
-rw-r--r-- | src/stdlib/srand.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/srand.c b/src/stdlib/srand.c index af61570b..42d5be95 100644 --- a/src/stdlib/srand.c +++ b/src/stdlib/srand.c @@ -1,4 +1,3 @@ -#include <stdlib.h> #include "_stdlib.h" /** seed the pseudo-random number generator **/ |