removed unneeded include of Segment class file

This commit is contained in:
Susan Hert 2001-07-11 17:23:54 +00:00
parent 65a543b6cf
commit 2251c6871e
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
int main() { return 0; }
#else
#include <CGAL/Cartesian.h>
#include <CGAL/Segment_2.h>
#include <CGAL/IO/Postscript_file_stream.h>
typedef CGAL::Point_2< CGAL::Cartesian<double> > Point;