aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/ArpackSupport
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/ArpackSupport')
-rw-r--r--unsupported/Eigen/ArpackSupport8
1 files changed, 4 insertions, 4 deletions
diff --git a/unsupported/Eigen/ArpackSupport b/unsupported/Eigen/ArpackSupport
index a0d4820e1..28c95ffa2 100644
--- a/unsupported/Eigen/ArpackSupport
+++ b/unsupported/Eigen/ArpackSupport
@@ -9,7 +9,7 @@
#ifndef EIGEN_ARPACKSUPPORT_MODULE_H
#define EIGEN_ARPACKSUPPORT_MODULE_H
-#include <Eigen/Core>
+#include "../../Eigen/Core"
/** \defgroup ArpackSupport_Module Arpack support module
*
@@ -20,12 +20,12 @@
* \endcode
*/
-#include <Eigen/SparseCholesky>
+#include "../../Eigen/SparseCholesky"
-#include <Eigen/src/Core/util/DisableStupidWarnings.h>
+#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
#include "src/Eigenvalues/ArpackSelfAdjointEigenSolver.h"
-#include <Eigen/src/Core/util/ReenableStupidWarnings.h>
+#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_ARPACKSUPPORT_MODULE_H
/* vim: set filetype=cpp et sw=2 ts=2 ai: */