remove unnecessary c headers
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1333 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -69,9 +69,6 @@
|
|||||||
#include <OpenMesh/Core/Utils/SingletonT.hh>
|
#include <OpenMesh/Core/Utils/SingletonT.hh>
|
||||||
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
|
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <string.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//== NAMESPACES ===============================================================
|
//== NAMESPACES ===============================================================
|
||||||
|
|
||||||
|
|||||||
@@ -72,9 +72,6 @@
|
|||||||
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
|
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
|
||||||
#include <OpenMesh/Core/Utils/GenProg.hh>
|
#include <OpenMesh/Core/Utils/GenProg.hh>
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <string.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
//== NAMESPACES ===============================================================
|
//== NAMESPACES ===============================================================
|
||||||
|
|
||||||
|
|||||||
@@ -68,10 +68,6 @@
|
|||||||
#include <OpenMesh/Core/Utils/SingletonT.hh>
|
#include <OpenMesh/Core/Utils/SingletonT.hh>
|
||||||
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
|
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
|
||||||
|
|
||||||
#ifndef WIN32
|
|
||||||
#include <string.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
//== NAMESPACES ===============================================================
|
//== NAMESPACES ===============================================================
|
||||||
|
|
||||||
|
|||||||
@@ -60,8 +60,6 @@
|
|||||||
|
|
||||||
//=== INCLUDES ================================================================
|
//=== INCLUDES ================================================================
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|
||||||
|
|||||||
@@ -60,8 +60,6 @@
|
|||||||
|
|
||||||
//=== INCLUDES ================================================================
|
//=== INCLUDES ================================================================
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|||||||
@@ -61,11 +61,7 @@
|
|||||||
//=== INCLUDES ================================================================
|
//=== INCLUDES ================================================================
|
||||||
|
|
||||||
// -------------------- STL
|
// -------------------- STL
|
||||||
#if defined( OM_CC_MIPS )
|
#include <iosfwd>
|
||||||
# include <stdio.h>
|
|
||||||
#else
|
|
||||||
# include <cstdio>
|
|
||||||
#endif
|
|
||||||
#include <string>
|
#include <string>
|
||||||
// -------------------- OpenMesh
|
// -------------------- OpenMesh
|
||||||
#include <OpenMesh/Core/System/config.h>
|
#include <OpenMesh/Core/System/config.h>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
//=== INCLUDES ================================================================
|
//=== INCLUDES ================================================================
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <fstream>
|
#include <iosfwd>
|
||||||
|
|
||||||
#include <OpenMesh/Core/System/config.h>
|
#include <OpenMesh/Core/System/config.h>
|
||||||
#include <OpenMesh/Core/Utils/SingletonT.hh>
|
#include <OpenMesh/Core/Utils/SingletonT.hh>
|
||||||
|
|||||||
Reference in New Issue
Block a user