From 8fb27fad3683bed2c9144b7b6e72d8e1a1d24120 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 17 Feb 2011 07:47:05 -0500 Subject: [PATCH] remove #include at the wrong place --- Eigen/Core | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Eigen/Core b/Eigen/Core index da8eb9953..f5c555e55 100644 --- a/Eigen/Core +++ b/Eigen/Core @@ -156,12 +156,6 @@ // for min/max: #include -#if !EIGEN_SAFE_TO_USE_STANDARD_ASSERT_MACRO - #ifndef EIGEN_NO_DEBUG - #include // for custom assert implementation - #endif -#endif - // for outputting debug info #ifdef EIGEN_DEBUG_ASSIGN #include