From 97b5c37b6e8806bc83486ca11440cbc93b7150f8 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Sun, 4 Mar 2018 17:33:50 +0000 Subject: [PATCH] Fix includes --- Convex_hull_2/include/CGAL/segment_intersection_points_2.h | 2 +- Nef_2/include/CGAL/Bounded_kernel.h | 2 +- Nef_2/include/CGAL/Extended_cartesian.h | 2 +- Nef_2/include/CGAL/Extended_homogeneous.h | 2 +- .../include/CGAL/Partition_2/Vertex_visibility_graph_2.h | 2 +- Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h | 2 +- Triangulation_2/include/CGAL/Triangulation_euclidean_traits_2.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Convex_hull_2/include/CGAL/segment_intersection_points_2.h b/Convex_hull_2/include/CGAL/segment_intersection_points_2.h index b40dc0c2cbe..5346059e350 100644 --- a/Convex_hull_2/include/CGAL/segment_intersection_points_2.h +++ b/Convex_hull_2/include/CGAL/segment_intersection_points_2.h @@ -32,7 +32,7 @@ namespace CGAL { /* -#include +#include template OutputIterator si_brute_force(ForwardIterator first, ForwardIterator last, diff --git a/Nef_2/include/CGAL/Bounded_kernel.h b/Nef_2/include/CGAL/Bounded_kernel.h index 736788715f4..09868640f72 100644 --- a/Nef_2/include/CGAL/Bounded_kernel.h +++ b/Nef_2/include/CGAL/Bounded_kernel.h @@ -27,7 +27,7 @@ #include #include -#include +#include #undef CGAL_NEF_DEBUG diff --git a/Nef_2/include/CGAL/Extended_cartesian.h b/Nef_2/include/CGAL/Extended_cartesian.h index 9f6b4603dbb..c0f650302d6 100644 --- a/Nef_2/include/CGAL/Extended_cartesian.h +++ b/Nef_2/include/CGAL/Extended_cartesian.h @@ -27,7 +27,7 @@ #include #include -#include +#include #include #undef CGAL_NEF_DEBUG diff --git a/Nef_2/include/CGAL/Extended_homogeneous.h b/Nef_2/include/CGAL/Extended_homogeneous.h index ffa4a532689..dcbe2e843fb 100644 --- a/Nef_2/include/CGAL/Extended_homogeneous.h +++ b/Nef_2/include/CGAL/Extended_homogeneous.h @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2.h b/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2.h index bc931dce3c0..30e086cf868 100644 --- a/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2.h +++ b/Partition_2/include/CGAL/Partition_2/Vertex_visibility_graph_2.h @@ -68,7 +68,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h b/Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h index 41d488b23f4..90154ee69fb 100644 --- a/Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h +++ b/Partition_2/include/CGAL/Partition_2/partition_y_monotone_2.h @@ -45,7 +45,7 @@ #include #include -#include +#include #include #include #include diff --git a/Triangulation_2/include/CGAL/Triangulation_euclidean_traits_2.h b/Triangulation_2/include/CGAL/Triangulation_euclidean_traits_2.h index 9507fe94c04..70e81bd11f0 100644 --- a/Triangulation_2/include/CGAL/Triangulation_euclidean_traits_2.h +++ b/Triangulation_2/include/CGAL/Triangulation_euclidean_traits_2.h @@ -38,7 +38,7 @@ #include #include -#include +#include namespace CGAL {