From 8fbbbe7521fc1f87566cad76da1918d094cd0305 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Wed, 16 Nov 2011 09:27:38 +0100 Subject: fix some include paths --- Eigen/UmfPackSupport | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Eigen/UmfPackSupport') 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 @@ -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 -- cgit v1.2.3