Переглянути джерело

unnecessary includes

Former-commit-id: 93cd9373f03e8b0f97e01676f01ad11512bf4e92
Alec Jacobson 8 роки тому
батько
коміт
5a63323d51

+ 0 - 1
include/igl/AABB.cpp

@@ -11,7 +11,6 @@
 #include "barycentric_coordinates.h"
 #include "colon.h"
 #include "doublearea.h"
-#include "matlab_format.h"
 #include "point_simplex_squared_distance.h"
 #include "project_to_line_segment.h"
 #include "sort.h"

+ 1 - 1
include/igl/active_set.cpp

@@ -10,7 +10,7 @@
 #include "slice.h"
 #include "slice_into.h"
 #include "cat.h"
-#include "matlab_format.h"
+//#include "matlab_format.h"
 
 #include <iostream>
 #include <limits>

+ 0 - 1
include/igl/copyleft/cgal/signed_distance_isosurface.cpp

@@ -15,7 +15,6 @@
 #include "../../per_vertex_normals.h"
 #include "../../centroid.h"
 #include "../../WindingNumberAABB.h"
-#include "../../matlab_format.h"
 
 #include <CGAL/Surface_mesh_default_triangulation_3.h>
 #include <CGAL/Complex_2_in_triangulation_3.h>

+ 0 - 1
include/igl/fit_rotations.cpp

@@ -11,7 +11,6 @@
 #include "verbose.h"
 #include "polar_dec.h"
 #include "polar_svd.h"
-#include "matlab_format.h"
 #include "C_STR.h"
 #include <iostream>
 

+ 0 - 1
include/igl/histc.cpp

@@ -6,7 +6,6 @@
 // v. 2.0. If a copy of the MPL was not distributed with this file, You can 
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "histc.h"
-#include "matlab_format.h"
 #include <cassert>
 #include <iostream>
 

+ 0 - 1
include/igl/linprog.cpp

@@ -9,7 +9,6 @@
 #include "slice.h"
 #include "slice_into.h"
 #include "find.h"
-#include "matlab_format.h"
 #include "colon.h"
 #include <iostream>
 

+ 4 - 5
include/igl/lscm.cpp

@@ -7,11 +7,10 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "lscm.h"
 
-#include <igl/vector_area_matrix.h>
-#include <igl/cotmatrix.h>
-#include <igl/repdiag.h>
-#include <igl/min_quad_with_fixed.h>
-#include <igl/matlab_format.h>
+#include "vector_area_matrix.h"
+#include "cotmatrix.h"
+#include "repdiag.h"
+#include "min_quad_with_fixed.h"
 #include <iostream>
 
 IGL_INLINE bool igl::lscm(

+ 0 - 1
include/igl/orient_outward.cpp

@@ -9,7 +9,6 @@
 #include "per_face_normals.h"
 #include "barycenter.h"
 #include "doublearea.h"
-#include "matlab_format.h"
 #include <iostream>
 
 template <

+ 0 - 1
include/igl/ramer_douglas_peucker.cpp

@@ -7,7 +7,6 @@
 #include "project_to_line.h"
 #include "EPS.h"
 #include "slice_mask.h"
-#include <igl/matlab_format.h>
 
 template <typename DerivedP, typename DerivedS, typename DerivedJ>
 IGL_INLINE void igl::ramer_douglas_peucker(

+ 0 - 1
include/igl/random_points_on_mesh.cpp

@@ -9,7 +9,6 @@
 #include "doublearea.h"
 #include "cumsum.h"
 #include "histc.h"
-#include "matlab_format.h"
 #include <iostream>
 #include <cassert>
 

+ 0 - 1
include/igl/sort_triangles.cpp

@@ -12,7 +12,6 @@
 #include "slice.h"
 #include "round.h"
 #include "colon.h"
-#include "matlab_format.h"
 
 #include <iostream>