소스 검색

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>