- 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:
@@ -59,7 +59,7 @@
|
||||
//== INCLUDES =================================================================
|
||||
|
||||
#include <OpenMesh/Core/System/config.h>
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#if defined( OM_CC_GCC ) && OM_CC_VERSION < 30000
|
||||
# include <streambuf.h>
|
||||
#else
|
||||
|
||||
@@ -56,6 +56,7 @@
|
||||
//== INCLUDES =================================================================
|
||||
|
||||
#include <OpenMesh/Core/System/omstream.hh>
|
||||
#include <iostream>
|
||||
|
||||
|
||||
//== IMPLEMENTATION ==========================================================
|
||||
|
||||
Reference in New Issue
Block a user