aboutsummaryrefslogtreecommitdiff
path: root/unsupported/Eigen/ArpackSupport
diff options
context:
space:
mode:
Diffstat (limited to 'unsupported/Eigen/ArpackSupport')
-rw-r--r--unsupported/Eigen/ArpackSupport11
1 files changed, 6 insertions, 5 deletions
diff --git a/unsupported/Eigen/ArpackSupport b/unsupported/Eigen/ArpackSupport
index 67c4ac838..37a2799ef 100644
--- a/unsupported/Eigen/ArpackSupport
+++ b/unsupported/Eigen/ArpackSupport
@@ -9,7 +9,9 @@
#ifndef EIGEN_ARPACKSUPPORT_MODULE_H
#define EIGEN_ARPACKSUPPORT_MODULE_H
-#include "../../Eigen/Core"
+#include <Eigen/Core>
+
+#include <Eigen/src/Core/util/DisableStupidWarnings.h>
/** \defgroup ArpackSupport_Module Arpack support module
*
@@ -20,11 +22,10 @@
* \endcode
*/
-#include "../../Eigen/SparseCholesky"
-
-#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
+#include <Eigen/SparseCholesky>
#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: */