fix include directives

This commit is contained in:
Sébastien Loriot 2015-03-26 22:23:18 +01:00
parent 995bdbe3f9
commit 9958f98341
5 changed files with 4 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>