don't use boost/foreach directly

This commit is contained in:
Daniel Russel 2009-04-05 04:00:56 +00:00
parent 06bcf7a870
commit 543bdc81b4
3 changed files with 0 additions and 3 deletions

View File

@ -26,7 +26,6 @@
#include <cctype>
#include <boost/program_options.hpp>
#include <boost/format.hpp>
#include <boost/foreach.hpp>
#include <sstream>
/*!

View File

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

View File

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