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). --- Eigen/PardisoSupport | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Eigen/PardisoSupport') diff --git a/Eigen/PardisoSupport b/Eigen/PardisoSupport index d11dac171..6585edb74 100644 --- a/Eigen/PardisoSupport +++ b/Eigen/PardisoSupport @@ -9,8 +9,6 @@ #include -namespace Eigen { - /** \ingroup Support_modules * \defgroup PardisoSupport_Module PardisoSupport module * @@ -23,8 +21,6 @@ namespace Eigen { #include "src/PardisoSupport/PardisoSupport.h" -} // namespace Eigen - #include "src/Core/util/ReenableStupidWarnings.h" #endif // EIGEN_PARDISOSUPPORT_MODULE_H -- cgit v1.2.3