From 80be1ea51582c92bf4dba2b4f104bb53b9628980 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 28 Aug 2008 19:11:03 +0000 Subject: [PATCH] remove CoreDeclaration from the documentation --- Eigen/Core | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Eigen/Core b/Eigen/Core index 9fc73ce70..c85034f01 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -54,12 +54,6 @@ namespace Eigen { * \code * #include * \endcode - * - * To speedup compilation, in header files you might only include the following file: - * \code - * #include - * \endcode - * which gives access to matrix and vector types as well as coefficient accessor operators. */ #include "src/Core/util/Macros.h"