aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/SuperLUSupport
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/SuperLUSupport
parentcb2f1944e2c4d44c9488d7a71340dc905d4271e9 (diff)
fix some include paths
Diffstat (limited to 'Eigen/SuperLUSupport')
-rw-r--r--Eigen/SuperLUSupport4
1 files changed, 2 insertions, 2 deletions
diff --git a/Eigen/SuperLUSupport b/Eigen/SuperLUSupport
index 291ecebf0..5dde2d25b 100644
--- a/Eigen/SuperLUSupport
+++ b/Eigen/SuperLUSupport
@@ -3,7 +3,7 @@
#include "SparseCore"
-#include "../../Eigen/src/Core/util/DisableStupidWarnings.h"
+#include "src/Core/util/DisableStupidWarnings.h"
#ifdef EMPTY
#define EIGEN_EMPTY_WAS_ALREADY_DEFINED
@@ -48,6 +48,6 @@ namespace Eigen {
} // namespace Eigen
-#include "../../Eigen/src/Core/util/ReenableStupidWarnings.h"
+#include "src/Core/util/ReenableStupidWarnings.h"
#endif // EIGEN_SUPERLUSUPPORT_MODULE_H