mirror of https://github.com/CGAL/cgal
fix clangd warnings (IWYU warnings)
This commit is contained in:
parent
8c6dd11492
commit
93c4a44b90
|
|
@ -14,10 +14,17 @@
|
||||||
|
|
||||||
#include <CGAL/license/Constrained_triangulation_3.h>
|
#include <CGAL/license/Constrained_triangulation_3.h>
|
||||||
|
|
||||||
#include <CGAL/Triangulation_simplex_base_with_time_stamp.h>
|
|
||||||
#include <CGAL/Conforming_constrained_Delaunay_triangulation_cell_data_3.h>
|
#include <CGAL/Conforming_constrained_Delaunay_triangulation_cell_data_3.h>
|
||||||
#include <CGAL/Triangulation_cell_base_3.h>
|
#include <CGAL/IO/io.h>
|
||||||
#include <CGAL/SMDS_3/io_signature.h>
|
#include <CGAL/SMDS_3/io_signature.h>
|
||||||
|
#include <CGAL/Triangulation_cell_base_3.h>
|
||||||
|
#include <CGAL/Triangulation_simplex_base_with_time_stamp.h>
|
||||||
|
|
||||||
|
#include <istream>
|
||||||
|
#include <ostream>
|
||||||
|
#include <string>
|
||||||
|
#include <type_traits>
|
||||||
|
#include <utility>
|
||||||
|
|
||||||
namespace CGAL {
|
namespace CGAL {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue