mirror of https://github.com/CGAL/cgal
Merge branch 'Mesh_3-fix_includes-lrineau'
Fix missing/surperflous #include Tested in CGAL-4.6-Ic-50. Approved by the Release Manager.
This commit is contained in:
commit
2d72cd7f7e
|
|
@ -37,10 +37,13 @@
|
|||
#endif
|
||||
|
||||
#include <boost/dynamic_bitset.hpp>
|
||||
|
||||
namespace CGAL {
|
||||
#include <boost/type_traits/remove_reference.hpp>
|
||||
#include <boost/type_traits/remove_cv.hpp>
|
||||
|
||||
#include <CGAL/config.h>
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
/**
|
||||
* @class Implicit_to_labeling_function_wrapper
|
||||
|
|
|
|||
|
|
@ -24,6 +24,8 @@
|
|||
#define CGAL_MESH_3_SLIVERS_EXUDER_H
|
||||
|
||||
#include <CGAL/Mesh_3/config.h>
|
||||
#include <CGAL/Mesh_3/Concurrent_mesher_config.h>
|
||||
#include <CGAL/Bbox_3.h>
|
||||
|
||||
#include <CGAL/Double_map.h>
|
||||
#include <CGAL/iterator.h>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,6 @@
|
|||
#ifndef CGAL_SQUARED_DISTANCE_POINT_3_TRIANGLE_3_H
|
||||
#define CGAL_SQUARED_DISTANCE_POINT_3_TRIANGLE_3_H
|
||||
|
||||
#include <CGAL/kernel_basic.h>
|
||||
#include <CGAL/squared_distance_3_0.h>
|
||||
#include <CGAL/squared_distance_3_1.h>
|
||||
#include <CGAL/wmult.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue