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
diff options
context:
space:
mode:
Diffstat (limited to 'intern/mikktspace')
-rw-r--r--intern/mikktspace/mikktspace.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/intern/mikktspace/mikktspace.c b/intern/mikktspace/mikktspace.c
index 71eae902667..744f9000f10 100644
--- a/intern/mikktspace/mikktspace.c
+++ b/intern/mikktspace/mikktspace.c
@@ -23,12 +23,7 @@
#include <math.h>
#include <string.h>
#include <float.h>
-
-#if defined (__APPLE__) || defined (__FreeBSD__) || defined (__NetBSD__)
-#include <stdlib.h> /* OSX & BSD's get its malloc stuff through here */
-#else
-#include <malloc.h>
-#endif
+#include <stdlib.h>
#include "mikktspace.h"