diff options
Diffstat (limited to 'src/cgaladv.cc')
-rw-r--r-- | src/cgaladv.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cgaladv.cc b/src/cgaladv.cc index 6e26713..5b2e5df 100644 --- a/src/cgaladv.cc +++ b/src/cgaladv.cc @@ -29,17 +29,10 @@ #include "context.h" #include "builtin.h" #include "printutils.h" -#include "cgal.h" #include "visitor.h" #include <sstream> #include <assert.h> -#ifdef ENABLE_CGAL -extern CGAL_Nef_polyhedron3 minkowski3(CGAL_Nef_polyhedron3 a, CGAL_Nef_polyhedron3 b); -extern CGAL_Nef_polyhedron2 minkowski2(CGAL_Nef_polyhedron2 a, CGAL_Nef_polyhedron2 b); -extern CGAL_Nef_polyhedron2 convexhull2(std::list<CGAL_Nef_polyhedron2> a); -#endif - enum cgaladv_type_e { MINKOWSKI, GLIDE, |