浏览代码

comment out unused headers

Former-commit-id: f56961b2950ee23ad0874baaf5b85ef29dfb9f19
Alec Jacobson 10 年之前
父节点
当前提交
0e067a444b
共有 1 个文件被更改,包括 2 次插入1 次删除
  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>