Selaa lähdekoodia

comment out unused headers

Former-commit-id: f56961b2950ee23ad0874baaf5b85ef29dfb9f19
Alec Jacobson 10 vuotta sitten
vanhempi
commit
0e067a444b
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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>