aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/CholmodSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2011-11-16 09:27:38 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2011-11-16 09:27:38 +0100
commit8fbbbe7521fc1f87566cad76da1918d094cd0305 (patch)
tree2c8bc2cef1766a7a832f52b47ec4e0ebe8895d61 /Eigen/CholmodSupport
parentcb2f1944e2c4d44c9488d7a71340dc905d4271e9 (diff)
fix some include paths
Diffstat (limited to 'Eigen/CholmodSupport')
-rw-r--r--Eigen/CholmodSupport4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/CholmodSupport b/Eigen/CholmodSupport
index 09d6b9da4..13385a7f5 100644
--- a/Eigen/CholmodSupport
+++ b/Eigen/CholmodSupport
@@ -3,7 +3,7 @@
#include "SparseCore"
-#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
+#include "src/Core/util/DisableStupidWarnings.h"
extern "C" {
#include <cholmod.h>
@@ -28,7 +28,7 @@ namespace Eigen {
} // namespace Eigen
-#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
+#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_CHOLMODSUPPORT_MODULE_H