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/SparseExtra | 3 --- 1 file changed, 3 deletions(-) (limited to 'unsupported/Eigen/SparseExtra') diff --git a/unsupported/Eigen/SparseExtra b/unsupported/Eigen/SparseExtra index cc7c37324..2cc14bbe1 100644 --- a/unsupported/Eigen/SparseExtra +++ b/unsupported/Eigen/SparseExtra @@ -17,8 +17,6 @@ #include #endif -namespace Eigen { - /** \ingroup Unsupported_modules * \defgroup SparseExtra_Module SparseExtra module * @@ -38,7 +36,6 @@ namespace Eigen { #include "src/SparseExtra/RandomSetter.h" #include "src/SparseExtra/MarketIO.h" -} // namespace Eigen #if !defined(_WIN32) #include -- cgit v1.2.3