]> git.saurik.com Git - wxWidgets.git/commitdiff
Drop non-ANSI malloc.h
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Jul 2006 13:17:57 +0000 (13:17 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Mon, 17 Jul 2006 13:17:57 +0000 (13:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/HelpGen/src/ifcontext.cpp

index 12caefa20a8fccddd4f18a2ecb6baf0a8a3e6fcd..3a52dc04165d3ea64b5ef9b90fada25c412bd772 100644 (file)
@@ -20,9 +20,6 @@
 #include "wx/wx.h"
 #endif
 
-#ifndef __DARWIN__
-#  include <malloc.h>
-#endif
 #include <stdio.h>
 
 #include "ifcontext.h"