mirror of https://github.com/CGAL/cgal
Fixed some includes
This commit is contained in:
parent
a795dbbdc8
commit
9d2b07c463
|
|
@ -32,6 +32,8 @@
|
|||
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
#include <cmath>
|
||||
|
||||
/// \file Circular_border_parameterizer_3.h
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@
|
|||
#include <boost/function_output_iterator.hpp>
|
||||
#include <boost/unordered_set.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
/// \file Fixed_border_parameterizer_3.h
|
||||
|
||||
namespace CGAL {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
#include <boost/foreach.hpp>
|
||||
#include <boost/unordered_set.hpp>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include <vector>
|
||||
|
||||
/// \file LSCM_parameterizer_3.h
|
||||
|
|
|
|||
|
|
@ -33,8 +33,6 @@
|
|||
|
||||
#include <cfloat>
|
||||
#include <climits>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
/// \file Square_border_parameterizer_3.h
|
||||
|
|
|
|||
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include <CGAL/assertions.h>
|
||||
|
||||
#include <boost/foreach.hpp>
|
||||
#include <boost/graph/dijkstra_shortest_paths.hpp>
|
||||
#include <boost/graph/graph_traits.hpp>
|
||||
#include <boost/unordered_map.hpp>
|
||||
|
|
|
|||
Loading…
Reference in New Issue