From 703539110b5c26f01ac37fe6114afdbb5c3c6c99 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 9 Sep 2008 09:30:23 +0000 Subject: add the missing templated version of block for sub-vectors --- Eigen/Geometry | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'Eigen/Geometry') diff --git a/Eigen/Geometry b/Eigen/Geometry index 1ac279b99..2a2dfda2b 100644 --- a/Eigen/Geometry +++ b/Eigen/Geometry @@ -1,7 +1,7 @@ #ifndef EIGEN_GEOMETRY_MODULE_H #define EIGEN_GEOMETRY_MODULE_H -#include "Core" +#include "Array" #ifndef M_PI #define M_PI 3.14159265358979323846 @@ -23,11 +23,6 @@ namespace Eigen { * \endcode */ -// the Geometry module use cwiseCos and cwiseSin which are defined in the Array module -#include "src/Array/CwiseOperators.h" -#include "src/Array/Functors.h" -#include "src/Array/PartialRedux.h" - #include "src/Geometry/OrthoMethods.h" #include "src/Geometry/RotationBase.h" #include "src/Geometry/Rotation2D.h" -- cgit v1.2.3