- Small fixes.

This commit is contained in:
Sylvain Pion 2001-06-21 12:01:11 +00:00
parent e7b20290a9
commit 5b2972bbdd
3 changed files with 5 additions and 10 deletions

View File

@ -1,3 +1,6 @@
1.5 (21 June 2001)
- Cleanups example and test.
1.4 (18 June 2001)
- Fix header.
- Cut too long lines.

View File

@ -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>

View File

@ -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