mirror of https://github.com/CGAL/cgal
fix include directives
This commit is contained in:
parent
995bdbe3f9
commit
9958f98341
|
|
@ -3,7 +3,7 @@
|
|||
#include <CGAL/Point_with_normal_3.h>
|
||||
#include <CGAL/property_map.h>
|
||||
|
||||
#include <CGAL/Shape_detection_3/Efficient_RANSAC.h>
|
||||
#include <CGAL/Shape_detection_3.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
#include <CGAL/property_map.h>
|
||||
#include <CGAL/Timer.h>
|
||||
|
||||
#include <CGAL/Shape_detection_3/Efficient_RANSAC.h>
|
||||
#include <CGAL/Shape_detection_3.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
#include <CGAL/Timer.h>
|
||||
#include <CGAL/number_utils.h>
|
||||
|
||||
#include <CGAL/Shape_detection_3/Efficient_RANSAC.h>
|
||||
#include <CGAL/Shape_detection_3.h>
|
||||
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
#define CGAL_SHAPE_DETECTION_3_H
|
||||
|
||||
#include <CGAL/Shape_detection_3/Efficient_RANSAC.h>
|
||||
#include <CGAL/Shape_detection_3/Efficient_RANSAC_traits.h>
|
||||
#include <CGAL/Shape_detection_3/Plane.h>
|
||||
#include <CGAL/Shape_detection_3/Cylinder.h>
|
||||
#include <CGAL/Shape_detection_3/Cone.h>
|
||||
|
|
|
|||
|
|
@ -24,12 +24,6 @@
|
|||
|
||||
#include <CGAL/Shape_detection_3/Octree.h>
|
||||
#include <CGAL/Shape_detection_3/Shape_base.h>
|
||||
#include <CGAL/Shape_detection_3/Efficient_RANSAC_traits.h>
|
||||
#include <CGAL/Shape_detection_3/Cone.h>
|
||||
#include <CGAL/Shape_detection_3/Cylinder.h>
|
||||
#include <CGAL/Shape_detection_3/Plane.h>
|
||||
#include <CGAL/Shape_detection_3/Sphere.h>
|
||||
#include <CGAL/Shape_detection_3/Torus.h>
|
||||
|
||||
//for octree ------------------------------
|
||||
#include <boost/iterator/filter_iterator.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue