From 2aac4022466fc88b20207e02c7de07c51d36ac48 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Tue, 18 Jul 2006 16:23:52 +0000 Subject: [PATCH] Remove malloc.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/HelpGen/src/srcparser.cpp | 3 --- 1 file changed, 3 deletions(-) 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" -- 2.50.0