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"