Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2011-03-30 20:21:35 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-03-30 20:21:35 +0400
commit37f3bbae90febc06a4f4b4b22749794b1392c0a3 (patch)
treec7305886401fc76a55755d1e149605416c87653f /extern
parentbb1f20a534e1179fcc1f104c117f27676910bcc2 (diff)
didnt mean to commit to Eigen2 since its externally maintained.
Diffstat (limited to 'extern')
-rw-r--r--extern/Eigen2/Eigen/src/Core/util/Memory.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/extern/Eigen2/Eigen/src/Core/util/Memory.h b/extern/Eigen2/Eigen/src/Core/util/Memory.h
index 8ff8d87c55c..0a43e7f7bf2 100644
--- a/extern/Eigen2/Eigen/src/Core/util/Memory.h
+++ b/extern/Eigen2/Eigen/src/Core/util/Memory.h
@@ -37,8 +37,6 @@
#define EIGEN_FREEBSD_MALLOC_ALREADY_ALIGNED 0
#endif
-#include <stddef.h>
-
#if defined(__APPLE__) || defined(_WIN64) || EIGEN_FREEBSD_MALLOC_ALREADY_ALIGNED
#define EIGEN_MALLOC_ALREADY_ALIGNED 1
#else