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:
authorCampbell Barton <ideasman42@gmail.com>2012-06-04 21:27:22 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-06-04 21:27:22 +0400
commitc517247fc67b77e451c7e920385beda02a0de524 (patch)
tree6fe79171f6f2514d1dbaf679e487e3e1a091bf15 /intern/raskter
parent6548f7efefb2e9db25e8c6ca8b7d4ed6b9725543 (diff)
include cleanup, also raskter wasn't building on osx
Diffstat (limited to 'intern/raskter')
-rw-r--r--intern/raskter/raskter.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/intern/raskter/raskter.c b/intern/raskter/raskter.c
index 152efb05cf0..63d37d166a0 100644
--- a/intern/raskter/raskter.c
+++ b/intern/raskter/raskter.c
@@ -28,8 +28,7 @@
* \ingroup RASKTER
*/
-#include <stdio.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "raskter.h"
/* from BLI_utildefines.h */