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:
Matthias Möller
2015-08-28 10:36:32 +00:00
parent 000c8ff18e
commit 2ef38f79d8
7 changed files with 2 additions and 20 deletions

View File

@@ -69,9 +69,6 @@
#include <OpenMesh/Core/Utils/SingletonT.hh>
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
#ifndef WIN32
#include <string.h>
#endif
//== NAMESPACES ===============================================================

View File

@@ -72,9 +72,6 @@
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
#include <OpenMesh/Core/Utils/GenProg.hh>
#ifndef WIN32
#include <string.h>
#endif
//== NAMESPACES ===============================================================

View File

@@ -68,10 +68,6 @@
#include <OpenMesh/Core/Utils/SingletonT.hh>
#include <OpenMesh/Core/IO/reader/BaseReader.hh>
#ifndef WIN32
#include <string.h>
#endif
//== NAMESPACES ===============================================================

View File

@@ -60,8 +60,6 @@
//=== INCLUDES ================================================================
#include <stdio.h>
#include <string>
#include <ostream>

View File

@@ -60,8 +60,6 @@
//=== INCLUDES ================================================================
#include <stdio.h>
#include <string>
#include <ostream>
#include <vector>

View File

@@ -61,11 +61,7 @@
//=== INCLUDES ================================================================
// -------------------- STL
#if defined( OM_CC_MIPS )
# include <stdio.h>
#else
# include <cstdio>
#endif
#include <iosfwd>
#include <string>
// -------------------- OpenMesh
#include <OpenMesh/Core/System/config.h>

View File

@@ -10,7 +10,7 @@
//=== INCLUDES ================================================================
#include <string>
#include <fstream>
#include <iosfwd>
#include <OpenMesh/Core/System/config.h>
#include <OpenMesh/Core/Utils/SingletonT.hh>