aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/CholmodSupport8
-rw-r--r--unsupported/Eigen/TaucsSupport2
2 files changed, 3 insertions, 7 deletions
diff --git a/unsupported/Eigen/CholmodSupport b/unsupported/Eigen/CholmodSupport
index a5700a799..10fa169f2 100644
--- a/unsupported/Eigen/CholmodSupport
+++ b/unsupported/Eigen/CholmodSupport
@@ -5,11 +5,9 @@
#include "src/Core/util/DisableMSVCWarnings.h"
-#ifdef EIGEN_CHOLMOD_SUPPORT
- extern "C" {
- #include <cholmod.h>
- }
-#endif
+extern "C" {
+ #include <cholmod.h>
+}
namespace Eigen {
diff --git a/unsupported/Eigen/TaucsSupport b/unsupported/Eigen/TaucsSupport
index 585a81810..dca2c095b 100644
--- a/unsupported/Eigen/TaucsSupport
+++ b/unsupported/Eigen/TaucsSupport
@@ -39,9 +39,7 @@ namespace Eigen {
* \endcode
*/
-#ifdef EIGEN_TAUCS_SUPPORT
# include "src/SparseExtra/TaucsSupport.h"
-#endif
} // namespace Eigen