removed Point_2 include statement and typedef as the coplanar_.. predicates

are no longer in the traits
This commit is contained in:
Andreas Fabri 2001-01-09 10:48:33 +00:00
parent 78a72ef589
commit baa46de95a
1 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
#include <CGAL/Cartesian.h>
#include <CGAL/Point_3.h>
#include <CGAL/Point_2.h>
#include <CGAL/Triangle_3.h>
#include <CGAL/Tetrahedron_3.h>
@ -143,7 +142,6 @@ public:
// Before this type was Point
typedef Point_3 Point;
typedef Point_2< Cartesian< typename Repres::FT> > Point2;
typedef Segment_3<Repres> Segment_3;
typedef Triangle_3<Repres> Triangle_3;
typedef Tetrahedron_3<Repres> Tetrahedron_3;