From 8abec722597beb7d31d0c49eaa7e15420bdf0a3f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Fri, 14 Aug 2009 09:49:33 +0200 Subject: [PATCH] oops forgot to remove the #include in Core --- Eigen/Core | 1 - 1 file changed, 1 deletion(-) diff --git a/Eigen/Core b/Eigen/Core index 0a1477bbf..28ed09035 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -194,7 +194,6 @@ namespace Eigen { #include "src/Core/products/TriangularMatrixVector.h" #include "src/Core/products/TriangularMatrixMatrix.h" #include "src/Core/products/TriangularSolverMatrix.h" -#include "src/Core/products/RotationInThePlane.h" #include "src/Core/BandMatrix.h" } // namespace Eigen