- 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:
@@ -63,6 +63,7 @@
|
||||
|
||||
#include <OpenMesh/Core/System/config.hh>
|
||||
#include <OpenMesh/Core/System/omstream.hh>
|
||||
#include <ostream>
|
||||
#include <OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh>
|
||||
#include <OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh>
|
||||
|
||||
@@ -135,7 +136,7 @@ initialize( void )
|
||||
|
||||
if (n_subdiv_rules_ != 1)
|
||||
{
|
||||
std::cerr << "Error! More than one subdivision rules not allowed!\n";
|
||||
::omerr() << "Error! More than one subdivision rules not allowed!\n";
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
#include <OpenMesh/Core/System/omstream.hh>
|
||||
#include <OpenMesh/Core/Utils/GenProg.hh>
|
||||
#include <OpenMesh/Core/Mesh/Attributes.hh>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
|
||||
//== NAMESPACES ===============================================================
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
|
||||
#include <OpenMesh/Core/System/config.hh>
|
||||
//
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <string>
|
||||
#if defined(OM_CC_MIPS)
|
||||
# include <assert.h>
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
//== INCLUDES =================================================================
|
||||
|
||||
#include <OpenMesh/Tools/VDPM/ViewingParameters.hh>
|
||||
#include <iostream>
|
||||
|
||||
//== NAMESPACES ===============================================================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user