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

utils/HelpGen/src/srcparser.cpp

index b5e12682131567a035925b6dce04fd8194eaec94..cbcc8696581d6c07659f38ac44f6509bc7180a2b 100644 (file)
@@ -20,9 +20,6 @@
 #include "wx/wx.h"
 #endif
 
-#ifndef __DARWIN__
-#  include <malloc.h>
-#endif
 #include <stdio.h>
 
 #include "srcparser.h"