diff options
Diffstat (limited to 'openscad.cc')
-rw-r--r-- | openscad.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/openscad.cc b/openscad.cc index 99d9056..988b4c2 100644 --- a/openscad.cc +++ b/openscad.cc @@ -22,11 +22,6 @@ #include "openscad.h" -#include <CGAL/IO/Polyhedron_iostream.h> - -#include <fstream> -#include <iostream> - void report_func(const class AbstractNode*, void*, int mark) { printf("CSG rendering progress: %.2f%%\n", (mark*100.0) / progress_report_count); |