From 7bafa95157f1ab54c5760502ef7e71506479f9fd Mon Sep 17 00:00:00 2001 From: Ron Wein Date: Mon, 5 Jun 2006 11:07:27 +0000 Subject: [PATCH] Fixed the include files. --- Convex_hull_3/include/CGAL/convex_hull_3.h | 2 +- Convex_hull_3/include/CGAL/convex_hull_incremental_3.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Convex_hull_3/include/CGAL/convex_hull_3.h b/Convex_hull_3/include/CGAL/convex_hull_3.h index c9fe485ff4c..51fa4b33bd6 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_3.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Convex_hull_3/include/CGAL/convex_hull_incremental_3.h b/Convex_hull_3/include/CGAL/convex_hull_incremental_3.h index 8a5d5f62982..8ddddc8f385 100644 --- a/Convex_hull_3/include/CGAL/convex_hull_incremental_3.h +++ b/Convex_hull_3/include/CGAL/convex_hull_incremental_3.h @@ -24,7 +24,7 @@ #include #include #include -#include +#include CGAL_BEGIN_NAMESPACE