mirror of https://github.com/CGAL/cgal
Removed inclusion of CGAL_USE_LEDA
This commit is contained in:
parent
c6e198104a
commit
fd4cdd99b3
|
|
@ -7,10 +7,7 @@
|
|||
#include <CGAL/random_polygon_2.h>
|
||||
#include <CGAL/Random.h>
|
||||
#include <CGAL/copy_n.h>
|
||||
#ifdef CGAL_USE_LEDA
|
||||
#include <CGAL/leda_integer.h>
|
||||
typedef leda_integer RT;
|
||||
#else
|
||||
|
||||
#ifdef CGAL_USE_GMP
|
||||
#include <CGAL/Gmpz.h>
|
||||
typedef CGAL::Gmpz RT;
|
||||
|
|
@ -20,7 +17,7 @@ typedef CGAL::Gmpz RT;
|
|||
#include <CGAL/double.h>
|
||||
typedef double RT;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
|
|
|
|||
Loading…
Reference in New Issue