#include <stdlib.h> moved from Random.C to Random.h

This commit is contained in:
Sven Schönherr 1997-05-26 12:12:09 +00:00
parent 1c861ef193
commit 04826fdf5d
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,6 @@ In the default constructor the seed is initialized using the system
time.
@macro <Random constructors> = @begin
#include <stdlib.h>
#include <sys/time.h>
CGAL_Random::
@ -351,6 +350,7 @@ numbers.
#ifndef CGAL_BASIC_H
# include <CGAL/basic.h>
#endif
#include <stdlib.h>
@<Random interface>