- 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:
Matthias Möller
2015-06-09 08:58:41 +00:00
parent 23fb3781d4
commit ed3155284c
36 changed files with 85 additions and 49 deletions

View File

@@ -54,7 +54,6 @@
#include <OpenMesh/Core/IO/writer/BaseWriter.hh>
#include <algorithm>
#include <string>
#include <iterator>
#if defined(OM_CC_MIPS)
# include <ctype.h>
#else

View File

@@ -62,7 +62,7 @@
// STD C++
#include <iostream>
#include <iosfwd>
#include <string>
// OpenMesh

View File

@@ -60,6 +60,9 @@
#endif
#include <fstream>
#include <ostream>
#include <vector>
// -------------------- OpenMesh
#include <OpenMesh/Core/IO/OMFormat.hh>
#include <OpenMesh/Core/System/omstream.hh>

View File

@@ -62,7 +62,7 @@
// STD C++
#include <iostream>
#include <iosfwd>
#include <string>
// OpenMesh

View File

@@ -59,6 +59,8 @@
#include <OpenMesh/Core/IO/SR_store.hh>
#include <iostream>
//=== NAMESPACES ==============================================================