remove superfluous #ifdef

This commit is contained in:
Gael Guennebaud 2010-09-15 15:24:21 +02:00
parent 77c943670e
commit 82e4a16759
2 changed files with 3 additions and 7 deletions

View File

@ -5,11 +5,9 @@
#include "src/Core/util/DisableMSVCWarnings.h" #include "src/Core/util/DisableMSVCWarnings.h"
#ifdef EIGEN_CHOLMOD_SUPPORT extern "C" {
extern "C" { #include <cholmod.h>
#include <cholmod.h> }
}
#endif
namespace Eigen { namespace Eigen {

View File

@ -39,9 +39,7 @@ namespace Eigen {
* \endcode * \endcode
*/ */
#ifdef EIGEN_TAUCS_SUPPORT
# include "src/SparseExtra/TaucsSupport.h" # include "src/SparseExtra/TaucsSupport.h"
#endif
} // namespace Eigen } // namespace Eigen