mirror of https://github.com/CGAL/cgal
don't use boost/foreach directly
This commit is contained in:
parent
06bcf7a870
commit
543bdc81b4
|
|
@ -26,7 +26,6 @@
|
|||
#include <cctype>
|
||||
#include <boost/program_options.hpp>
|
||||
#include <boost/format.hpp>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <sstream>
|
||||
|
||||
/*!
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
#include <CGAL/PDB/PDB.h>
|
||||
#include <CGAL/PDB/distance.h>
|
||||
#include <CGAL/PDB/range.h>
|
||||
#include <boost/foreach.hpp>
|
||||
#include <cstdlib>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@
|
|||
#include <CGAL/PDB/internal/tnt/tnt_array2d.h>
|
||||
#include <CGAL/PDB/internal/tnt/jama_svd.h>
|
||||
#include <CGAL/PDB/Matrix.h>
|
||||
#include <boost/foreach.hpp>
|
||||
|
||||
namespace CGAL { namespace PDB {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue