From: Michael Wetherell <mike.wetherell@ntlworld.com>
Date: Tue, 18 Jul 2006 09:47:16 +0000 (+0000)
Subject: Remove malloc.h
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/044d5accee6d16eb91d7c1b8e7ea76cd041cb84a

Remove malloc.h


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/utils/HelpGen/src/scriptbinder.cpp b/utils/HelpGen/src/scriptbinder.cpp
index e5a60fa3df..affd6634e4 100644
--- a/utils/HelpGen/src/scriptbinder.cpp
+++ b/utils/HelpGen/src/scriptbinder.cpp
@@ -20,9 +20,6 @@
 #include "wx/wx.h"
 #endif
 
-#ifndef __DARWIN__
-#  include <malloc.h>
-#endif
 #include <string.h>
 #include <memory.h>