diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 17:05:35 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2012-05-28 17:05:35 (GMT) |
commit | f4d9383d2940f959c207a8ea1cfe74db29fc804d (patch) | |
tree | 8588bb2cf869f89fb5ae7785caf1114a4b89de88 | |
parent | dd2002a81673b3875ce8c4e8a61cb10278c4eb03 (diff) |
cleanup unneeded #include, documentation
-rw-r--r-- | src/CGAL_Nef_polyhedron.cc | 1 | ||||
-rw-r--r-- | src/CGAL_Nef_polyhedron_DxfData.cc | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/CGAL_Nef_polyhedron.cc b/src/CGAL_Nef_polyhedron.cc index 046ed12..ba298ad 100644 --- a/src/CGAL_Nef_polyhedron.cc +++ b/src/CGAL_Nef_polyhedron.cc @@ -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) { diff --git a/src/CGAL_Nef_polyhedron_DxfData.cc b/src/CGAL_Nef_polyhedron_DxfData.cc index 412314a..411a340 100644 --- a/src/CGAL_Nef_polyhedron_DxfData.cc +++ b/src/CGAL_Nef_polyhedron_DxfData.cc @@ -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; |