From 3c412183b2d4a131239275f440d15677cc5649b0 Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 15 Apr 2012 11:06:28 +0100 Subject: Get rid of include directives inside namespace blocks (bug #339). --- unsupported/Eigen/Splines | 6 ------ 1 file changed, 6 deletions(-) (limited to 'unsupported/Eigen/Splines') diff --git a/unsupported/Eigen/Splines b/unsupported/Eigen/Splines index 362274157..33769b0e4 100644 --- a/unsupported/Eigen/Splines +++ b/unsupported/Eigen/Splines @@ -37,16 +37,10 @@ namespace Eigen * #include * \endcode */ -//@{ } #include "src/Splines/SplineFwd.h" #include "src/Splines/Spline.h" #include "src/Splines/SplineFitting.h" -namespace Eigen -{ -//@} -} - #endif // EIGEN_SPLINES_MODULE_H -- cgit v1.2.3