- move iostream from header to source files.
- replace some iostreams to o/istreams only - some minor include fixes closes #2489 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1278 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
\*===========================================================================*/
|
||||
|
||||
#include <OpenMesh/Core/Utils/BaseProperty.hh>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
namespace OpenMesh
|
||||
{
|
||||
|
||||
@@ -57,8 +57,6 @@
|
||||
//== INCLUDES =================================================================
|
||||
|
||||
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <OpenMesh/Core/Utils/Endian.hh>
|
||||
|
||||
|
||||
|
||||
@@ -62,7 +62,6 @@
|
||||
|
||||
|
||||
#include <OpenMesh/Core/System/config.h>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
//== NAMESPACES ===============================================================
|
||||
|
||||
@@ -299,8 +299,6 @@ public:
|
||||
++bytes;
|
||||
}
|
||||
|
||||
std::cout << std::endl;
|
||||
|
||||
assert( bytes == size_of() );
|
||||
|
||||
return bytes;
|
||||
@@ -339,8 +337,6 @@ public:
|
||||
++bytes;
|
||||
}
|
||||
|
||||
std::cout << std::endl;
|
||||
|
||||
return bytes;
|
||||
}
|
||||
|
||||
|
||||
@@ -65,7 +65,6 @@
|
||||
|
||||
// STL
|
||||
#include <stdexcept>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
//== NAMESPACES ===============================================================
|
||||
|
||||
@@ -64,8 +64,6 @@
|
||||
#include <OpenMesh/Core/System/config.h>
|
||||
#include <OpenMesh/Core/Utils/vector_traits.hh>
|
||||
#include <OpenMesh/Core/Utils/GenProg.hh>
|
||||
#include <iostream>
|
||||
#include <algorithm>
|
||||
#include <OpenMesh/Core/Geometry/VectorT.hh>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user