]> mj.ucw.cz Git - libucw.git/blobdiff - lib/random.c
bungetc() is no longer passed the character to unget -- it always ungets
[libucw.git] / lib / random.c
index 57516fd2f89bae94afa1d079e558c4f65987c685..eb3e706a39e6972d18707216ea9d1044a215ba4e 100644 (file)
@@ -1,14 +1,13 @@
 /*
  *     Sherlock Library -- Unbiased Range Correction for random()
  *
- *     (c) 1998 Martin Mares, <mj@atrey.karlin.mff.cuni.cz>
+ *     (c) 1998 Martin Mares <mj@ucw.cz>
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-
 #include "lib/lib.h"
 
+#include <stdlib.h>
+
 uns
 random_max(uns max)
 {