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

@@ -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>