diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/CGALEvaluator.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/CGALEvaluator.h b/src/CGALEvaluator.h index 85d09c4..8af64e3 100644 --- a/src/CGALEvaluator.h +++ b/src/CGALEvaluator.h @@ -11,9 +11,6 @@ #include <map> #include <list> -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); - using std::string; using std::map; using std::list; |