Browse Source

comment out unused headers

Former-commit-id: f56961b2950ee23ad0874baaf5b85ef29dfb9f19
Alec Jacobson 10 years ago
parent
commit
0e067a444b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/igl/cgal/CGAL_includes.hpp

+ 2 - 1
include/igl/cgal/CGAL_includes.hpp

@@ -33,7 +33,8 @@
 
 // Boolean operations
 #include <CGAL/Polyhedron_3.h>
-#include <CGAL/Nef_polyhedron_3.h>
+// Is this actually used?
+//#include <CGAL/Nef_polyhedron_3.h>
 
 // Delaunay Triangulation in 3D
 #include <CGAL/Delaunay_triangulation_3.h>