using c++ headers in c++ files

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@837 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Matthias Möller
2013-06-12 13:14:36 +00:00
parent c657f9a125
commit 20b17c450a
10 changed files with 12 additions and 13 deletions

View File

@@ -42,7 +42,7 @@
#ifndef LOOPSCHEMEMASKT_HH
#define LOOPSCHEMEMASKT_HH
#include <math.h>
#include <cmath>
#include <vector>
#include <OpenMesh/Core/System/config.h>

View File

@@ -42,8 +42,8 @@
#ifndef MATHDEFS_HH
#define MATHDEFS_HH
#include <math.h>
#include <float.h>
#include <cmath>
#include <cfloat>
#ifndef M_PI
#define M_PI 3.14159265359

View File

@@ -63,9 +63,8 @@
#include <OpenMesh/Core/System/config.h>
#include <iostream>
#include <cmath>
#include <assert.h>
#include <math.h>
#include <string.h>
#include <cassert>
#include <cstring>
#if defined(__GNUC__) && defined(__SSE__)
#include <xmmintrin.h>

View File

@@ -52,7 +52,7 @@
//== INCLUDES =================================================================
#include <OpenMesh/Core/System/config.h>
#include <assert.h>
#include <cassert>
#include <cstddef>

View File

@@ -54,7 +54,7 @@
#include <OpenMesh/Core/System/config.h>
#include <OpenMesh/Core/Mesh/Status.hh>
#include <assert.h>
#include <cassert>
#include <cstddef>

View File

@@ -53,7 +53,7 @@
//== INCLUDES =================================================================
#include <OpenMesh/Core/System/config.h>
#include <assert.h>
#include <cassert>
//== NAMESPACES ===============================================================

View File

@@ -54,7 +54,7 @@
#include <OpenMesh/Core/System/config.h>
#include <OpenMesh/Core/Attributes/Status.hh>
#include <assert.h>
#include <cassert>
//== NAMESPACES ===============================================================

View File

@@ -53,7 +53,7 @@
//== INCLUDES =================================================================
#include <OpenMesh/Tools/Decimater/ModBaseT.hh>
#include <float.h>
#include <cfloat>
//== NAMESPACES ===============================================================

View File

@@ -56,7 +56,7 @@
#include <OpenMesh/Tools/Decimater/ModBaseT.hh>
#include <OpenMesh/Core/Utils/Property.hh>
#include <vector>
#include <float.h>
#include <cfloat>
//== NAMESPACES ===============================================================

View File

@@ -51,7 +51,7 @@
//== INCLUDES =================================================================
#include <vector>
#include <assert.h>
#include <cassert>
//== FORWARDDECLARATIONS ======================================================