mirror of https://github.com/CGAL/cgal
Fix includes
This commit is contained in:
parent
43f8490920
commit
97b5c37b6e
|
|
@ -32,7 +32,7 @@
|
|||
namespace CGAL {
|
||||
|
||||
/*
|
||||
#include <CGAL/Segment_2_Segment_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Segment_2_Segment_2.h>
|
||||
template <class ForwardIterator, class OutputIterator, class R>
|
||||
OutputIterator
|
||||
si_brute_force(ForwardIterator first, ForwardIterator last,
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <CGAL/Line_2_Line_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Line_2_Line_2.h>
|
||||
|
||||
|
||||
#undef CGAL_NEF_DEBUG
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <CGAL/Line_2_Line_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Line_2_Line_2.h>
|
||||
#include <CGAL/Nef_polynomial.h>
|
||||
|
||||
#undef CGAL_NEF_DEBUG
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Homogeneous.h>
|
||||
#include <CGAL/Point_2.h>
|
||||
#include <CGAL/Line_2_Line_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Line_2_Line_2.h>
|
||||
#include <CGAL/squared_distance_2.h>
|
||||
#include <CGAL/number_utils.h>
|
||||
#include <CGAL/Nef_polynomial.h>
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
#include <CGAL/Partition_2/Iterator_list.h>
|
||||
#include <CGAL/Partition_2/Turn_reverser.h>
|
||||
#include <CGAL/Partition_2/Point_pair_less_xy_2.h>
|
||||
#include <CGAL/Segment_2_Ray_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Segment_2_Ray_2.h>
|
||||
#include <CGAL/Partition_2/Segment_less_yx_2.h>
|
||||
#include <cmath>
|
||||
#include <list>
|
||||
|
|
|
|||
|
|
@ -45,7 +45,7 @@
|
|||
|
||||
#include <CGAL/Partition_2/Indirect_not_less_yx_2.h>
|
||||
#include <CGAL/Partition_2/Indirect_edge_compare.h>
|
||||
#include <CGAL/Segment_2_Ray_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Segment_2_Ray_2.h>
|
||||
#include <CGAL/Object.h>
|
||||
#include <CGAL/Partition_2/Partitioned_polygon_2.h>
|
||||
#include <CGAL/ch_selected_extreme_points_2.h>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include <CGAL/distance_predicates_2.h>
|
||||
|
||||
#include <CGAL/triangulation_assertions.h>
|
||||
#include <CGAL/Segment_2_Segment_2_intersection.h>
|
||||
#include <CGAL/Intersections_2/Segment_2_Segment_2.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue