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"
#ifdef EIGEN_CHOLMOD_SUPPORT
extern "C" {
#include <cholmod.h>
}
#endif
extern "C" {
#include <cholmod.h>
}
namespace Eigen {