From: Michael Wetherell Date: Tue, 18 Jul 2006 16:23:52 +0000 (+0000) Subject: Remove malloc.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2aac4022466fc88b20207e02c7de07c51d36ac48 Remove malloc.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/HelpGen/src/srcparser.cpp b/utils/HelpGen/src/srcparser.cpp index b5e1268213..cbcc869658 100644 --- a/utils/HelpGen/src/srcparser.cpp +++ b/utils/HelpGen/src/srcparser.cpp @@ -20,9 +20,6 @@ #include "wx/wx.h" #endif -#ifndef __DARWIN__ -# include -#endif #include #include "srcparser.h"