aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/UmfPackSupport
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/UmfPackSupport
parentcb2f1944e2c4d44c9488d7a71340dc905d4271e9 (diff)
fix some include paths
Diffstat (limited to 'Eigen/UmfPackSupport')
-rw-r--r--Eigen/UmfPackSupport4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/UmfPackSupport b/Eigen/UmfPackSupport
index a3850adb0..939f6cf79 100644
--- a/Eigen/UmfPackSupport
+++ b/Eigen/UmfPackSupport
@@ -3,7 +3,7 @@
#include "SparseCore"
-#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
+#include "src/Core/util/DisableStupidWarnings.h"
extern "C" {
#include <umfpack.h>
@@ -29,6 +29,6 @@ namespace Eigen {
} // namespace Eigen
-#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
+#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_UMFPACKSUPPORT_MODULE_H