mirror of https://github.com/CGAL/cgal
move Weights.h
This commit is contained in:
parent
0ef509d892
commit
53e882ce19
|
|
@ -24,7 +24,7 @@
|
|||
#include <map>
|
||||
#include <set>
|
||||
#include <CGAL/assertions.h>
|
||||
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h>
|
||||
#include <CGAL/Polygon_mesh_processing/Weights.h>
|
||||
#include <CGAL/Timer.h>
|
||||
#include <CGAL/trace.h>
|
||||
#include <iterator>
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
#include <CGAL/boost/graph/iterator.h>
|
||||
|
||||
// Compute cotangent Laplacian
|
||||
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h>
|
||||
#include <CGAL/Polygon_mesh_processing/Weights.h>
|
||||
|
||||
// Compute the vertex normal
|
||||
#include <CGAL/internal/Surface_mesh_skeletonization/get_normal.h>
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#include <CGAL/Default.h>
|
||||
#include <CGAL/tuple.h>
|
||||
|
||||
#include <CGAL/Polygon_mesh_processing/internal/Hole_filling/Weights.h>
|
||||
#include <CGAL/Polygon_mesh_processing/Weights.h>
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
|
||||
#include <vector>
|
||||
|
|
|
|||
Loading…
Reference in New Issue