Browse Source

remove unnecessary include

Former-commit-id: d645da9babad0cdcee867b9b695080453657d754
Alec Jacobson 10 years ago
parent
commit
d07fe2ae47
1 changed files with 0 additions and 2 deletions
  1. 0 2
      include/igl/sparse.cpp

+ 0 - 2
include/igl/sparse.cpp

@@ -7,10 +7,8 @@
 // obtain one at http://mozilla.org/MPL/2.0/.
 #include "sparse.h"
 
-// Bug in unsupported/Eigen/SparseExtra needs iostream first
 #include <iostream>
 #include <vector>
-#include <unsupported/Eigen/SparseExtra>
 
 template <class IndexVector, class ValueVector, typename T>
 IGL_INLINE void igl::sparse(