cleanup unneeded #include, documentation

felipesanches-svg
Don Bright 2012-05-28 12:05:35 -05:00
parent dd2002a816
commit f4d9383d29
2 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,6 @@
#include "polyset.h"
#include "dxfdata.h"
#include "dxftess.h"
#include <sstream>
CGAL_Nef_polyhedron::CGAL_Nef_polyhedron(CGAL_Nef_polyhedron2 *p)
{

View File

@ -77,7 +77,7 @@ DxfData *CGAL_Nef_polyhedron::convertToDxfData() const
return dxfdata;
}
// moved here to reduce compile size/time of compiling CGAL_Nef_polyhedron.cc
// dump the 2 dimensional nef_poly.
std::string CGAL_Nef_polyhedron::dump_p2() const
{
std::stringstream out;