From 493319ae5fd696cfe11e48ed9c1b0c5757be552c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 15 Nov 2012 14:33:30 +0100 Subject: [PATCH] plugin header files can be included more than once --- Eigen/src/plugins/BlockMethods.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Eigen/src/plugins/BlockMethods.h b/Eigen/src/plugins/BlockMethods.h index ef224001a..fa90a289f 100644 --- a/Eigen/src/plugins/BlockMethods.h +++ b/Eigen/src/plugins/BlockMethods.h @@ -8,8 +8,6 @@ // Public License v. 2.0. If a copy of the MPL was not distributed // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. -#ifndef EIGEN_BLOCKMETHODS_H -#define EIGEN_BLOCKMETHODS_H #ifndef EIGEN_PARSED_BY_DOXYGEN @@ -576,5 +574,3 @@ inline ConstRowXpr row(Index i) const { return ConstRowXpr(derived(), i); } - -#endif // EIGEN_BLOCKMETHODS_H