mirror of https://github.com/CGAL/cgal
rename header to match struct capitals
This commit is contained in:
parent
19d4ae4fa6
commit
f21b8819bc
|
|
@ -13,7 +13,7 @@
|
|||
#include <CGAL/Mesh_domain_with_polyline_features_3.h>
|
||||
#include <CGAL/Labeled_mesh_domain_3.h>
|
||||
|
||||
#include <CGAL/Mesh_3/detect_features_in_image.h>
|
||||
#include <CGAL/Mesh_3/Detect_features_in_image.h>
|
||||
|
||||
|
||||
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
|
||||
|
|
|
|||
|
|
@ -13,8 +13,8 @@
|
|||
#include "Mesh_function.h"
|
||||
#include "Facet_extra_criterion.h"
|
||||
|
||||
#include <CGAL/Mesh_3/detect_features_in_image.h>
|
||||
#include <CGAL/Mesh_3/detect_features_on_image_bbox.h>
|
||||
#include <CGAL/Mesh_3/Detect_features_in_image.h>
|
||||
#include <CGAL/Mesh_3/Detect_features_on_image_bbox.h>
|
||||
|
||||
|
||||
using namespace CGAL::Three;
|
||||
|
|
|
|||
Loading…
Reference in New Issue