Move file to internal directory

This commit is contained in:
Andreas Fabri 2021-09-21 09:45:51 +01:00
parent d7977be9d5
commit e91a49ba3c
3 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Indexed_triangle_set.h>
#include <CGAL/convex_hull_3.h>
#include <vector>

View File

@ -31,6 +31,7 @@
#include <CGAL/Triangulation_vertex_base_with_info_2.h>
#include <CGAL/Cartesian_converter.h>
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Convex_hull_3/internal/Indexed_triangle_set.h>
#include <CGAL/Number_types/internal/Exact_type_selector.h>
#include <CGAL/boost/graph/copy_face_graph.h>