[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35126] trunk/blender/source/blender/ blenlib/intern/storage.c: patch [#26187] Cleaning #include <malloc.h>

Campbell Barton ideasman42 at gmail.com
Thu Feb 24 15:05:41 CET 2011


Revision: 35126
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35126
Author:   campbellbarton
Date:     2011-02-24 14:05:41 +0000 (Thu, 24 Feb 2011)
Log Message:
-----------
patch [#26187] Cleaning #include <malloc.h>
from Shane Ambler (sambler)

    didnt include change to superlu, prefer to leave external libs out of cleanups.

Modified Paths:
--------------
    trunk/blender/source/blender/blenlib/intern/storage.c

Modified: trunk/blender/source/blender/blenlib/intern/storage.c
===================================================================
--- trunk/blender/source/blender/blenlib/intern/storage.c	2011-02-24 14:03:29 UTC (rev 35125)
+++ trunk/blender/source/blender/blenlib/intern/storage.c	2011-02-24 14:05:41 UTC (rev 35126)
@@ -71,10 +71,6 @@
 #include <pwd.h>
 #endif
 
-#if !defined(__FreeBSD__) && !defined(__APPLE__)
-#include <malloc.h>
-#endif
-
 #ifdef WIN32
 #include <io.h>
 #include <direct.h>




More information about the Bf-blender-cvs mailing list