Fixed the include files.

This commit is contained in:
Ron Wein 2006-06-05 11:07:27 +00:00
parent 5fe7b57f27
commit 7bafa95157
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
#include <CGAL/Polyhedron_incremental_builder_3.h> #include <CGAL/Polyhedron_incremental_builder_3.h>
#include <CGAL/Convex_hull_traits_3.h> #include <CGAL/Convex_hull_traits_3.h>
#include <CGAL/functional.h> #include <CGAL/functional.h>
#include <CGAL/ch_assertions.h> #include <CGAL/Convex_hull_2/ch_assertions.h>
#include <iostream> #include <iostream>
#include <algorithm> #include <algorithm>
#include <utility> #include <utility>

View File

@ -24,7 +24,7 @@
#include <CGAL/Convex_hull_d.h> #include <CGAL/Convex_hull_d.h>
#include <CGAL/Convex_hull_d_traits_3.h> #include <CGAL/Convex_hull_d_traits_3.h>
#include <CGAL/Convex_hull_d_to_polyhedron_3.h> #include <CGAL/Convex_hull_d_to_polyhedron_3.h>
#include <CGAL/ch_assertions.h> #include <CGAL/Convex_hull_2/ch_assertions.h>
CGAL_BEGIN_NAMESPACE CGAL_BEGIN_NAMESPACE