remove #include <iostream> at the wrong place

This commit is contained in:
Benoit Jacob 2011-02-17 07:47:05 -05:00
parent be224d93f4
commit 8fb27fad36

View File

@ -156,12 +156,6 @@
// for min/max:
#include <algorithm>
#if !EIGEN_SAFE_TO_USE_STANDARD_ASSERT_MACRO
#ifndef EIGEN_NO_DEBUG
#include <iostream> // for custom assert implementation
#endif
#endif
// for outputting debug info
#ifdef EIGEN_DEBUG_ASSIGN
#include <iostream>