Former-commit-id: 989a144269cf3ac1cf54d36227ed2979d094a47b
@@ -6,7 +6,7 @@
// 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 "orientable_patches.h"
-#include "components.h"
+#include "vertex_components.h"
#include "sort.h"
#include "unique_rows.h"
#include <vector>
@@ -19,7 +19,7 @@
#include "setxor.h"
#include "edges_to_path.h"
#include "ramer_douglas_peucker.h"
#include "list_to_matrix.h"
#include "ears.h"
#include "slice.h"
@@ -5,7 +5,7 @@
// This Source Code Form is subject to the terms of the Mozilla Public License
#include "adjacency_matrix.h"
#include <queue>
@@ -52,7 +52,7 @@ namespace igl
}
#ifndef IGL_STATIC_LIBRARY
-# include "components.cpp"
+# include "vertex_components.cpp"
#endif
@@ -2,7 +2,7 @@
#include "igl/slim.h"
-#include "igl/components.h"
+#include "igl/vertex_components.h"
#include "igl/readOBJ.h"
#include "igl/writeOBJ.h"
#include "igl/Timer.h"
@@ -4,7 +4,7 @@
#include <igl/cotmatrix.h>
#include <igl/jet.h>
#include <igl/edges.h>
-#include <igl/components.h>
+#include <igl/vertex_components.h>
#include <igl/remove_unreferenced.h>
#include <igl/opengl/glfw/Viewer.h>