mirror of https://github.com/CGAL/cgal
Remove useless Eigen include
This commit is contained in:
parent
9135157b64
commit
88c2c62abf
|
|
@ -74,7 +74,6 @@
|
||||||
// for default parameters
|
// for default parameters
|
||||||
#if defined(CGAL_EIGEN3_ENABLED)
|
#if defined(CGAL_EIGEN3_ENABLED)
|
||||||
#include <CGAL/Eigen_solver_traits.h> // for sparse linear system solver
|
#include <CGAL/Eigen_solver_traits.h> // for sparse linear system solver
|
||||||
#include <Eigen/SparseCholesky>
|
|
||||||
// #include <Eigen/CholmodSupport>
|
// #include <Eigen/CholmodSupport>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue