mirror of https://github.com/CGAL/cgal
removed unneeded include of Segment class file
This commit is contained in:
parent
65a543b6cf
commit
2251c6871e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue