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:
authorKent Mein <mein@cs.umn.edu>2003-01-30 21:51:05 +0300
committerKent Mein <mein@cs.umn.edu>2003-01-30 21:51:05 +0300
commit9475bf9e29cfab4c9d831ec3e52d2b3985ff5290 (patch)
tree6af3e18c842ffeb7455238d467f7da03c0c7f739 /source/blender/imbuf/intern/imbuf.h
parent96cb7d1629648d238542afe332138c0b02bd6597 (diff)
Modified checks for defined __FreeBSD__ to also include defined (__OpenBSD__)
From: http://www.blender.org/modules.php?op=modload&name=phpBB2&file=viewtopic&t=840 Kent
Diffstat (limited to 'source/blender/imbuf/intern/imbuf.h')
-rw-r--r--source/blender/imbuf/intern/imbuf.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/imbuf/intern/imbuf.h b/source/blender/imbuf/intern/imbuf.h
index 63679be7f31..1a9334cf714 100644
--- a/source/blender/imbuf/intern/imbuf.h
+++ b/source/blender/imbuf/intern/imbuf.h
@@ -50,12 +50,6 @@
#include <string.h>
#include <math.h>
-#if !defined(__FreeBSD__) && !defined(__APPLE__)
-
-/* #include <malloc.h> */ /* _should_ be in stdlib */
-
-#endif
-
#ifndef WIN32
#include <sys/mman.h>
#endif