plugin header files can be included more than once

This commit is contained in:
Gael Guennebaud 2012-11-15 14:33:30 +01:00
parent b40a5b8b48
commit 493319ae5f

View File

@ -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