]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove malloc.h
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 18 Jul 2006 09:47:16 +0000 (09:47 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 18 Jul 2006 09:47:16 +0000 (09:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/HelpGen/src/scriptbinder.cpp

index e5a60fa3df25dc61eeecf2ff16d17f8262f0fd87..affd6634e4cffb6988c0e0ec62e51b44a385119a 100644 (file)
@@ -20,9 +20,6 @@
 #include "wx/wx.h"
 #endif
 
-#ifndef __DARWIN__
-#  include <malloc.h>
-#endif
 #include <string.h>
 #include <memory.h>