mirror of https://github.com/CGAL/cgal
- Small fixes.
This commit is contained in:
parent
e7b20290a9
commit
5b2972bbdd
|
|
@ -1,3 +1,6 @@
|
|||
1.5 (21 June 2001)
|
||||
- Cleanups example and test.
|
||||
|
||||
1.4 (18 June 2001)
|
||||
- Fix header.
|
||||
- Cut too long lines.
|
||||
|
|
|
|||
|
|
@ -23,13 +23,9 @@
|
|||
#ifndef CGAL_PS_STREAM_3_H
|
||||
#define CGAL_PS_STREAM_3_H
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <cmath>
|
||||
#include <list>
|
||||
#include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <CGAL/Point_3.h>
|
||||
#include <CGAL/Direction_3.h>
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/Aff_transformation_3.h>
|
||||
#include <CGAL/Halfedge_data_structure_polyhedron_default_3.h>
|
||||
|
|
@ -38,10 +34,6 @@
|
|||
#include <CGAL/Polyhedron_3.h>
|
||||
#include <CGAL/IO/Color.h>
|
||||
#include <CGAL/Polygon_2.h>
|
||||
#include <CGAL/Plane_3.h>
|
||||
#include <CGAL/Triangle_3.h>
|
||||
#include <CGAL/Tetrahedron_3.h>
|
||||
#include <CGAL/Segment_3.h>
|
||||
|
||||
#include <CGAL/Triangulation_euclidean_traits_xy_3.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#define CGAL_IO_POSTSCRIPT_STREAM_H
|
||||
|
||||
#include <CGAL/IO/PS_Stream.h>
|
||||
#include <CGAL/IO/Triangulation_PS_Stream.h>
|
||||
#include <CGAL/IO/Triangulation_ps_stream.h>
|
||||
#include <CGAL/IO/Polygon_PS_Stream.h>
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue