From 22d0d332bd8f78433386571db9ede7786c3f802a Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sun, 24 Aug 2003 09:56:16 +0000 Subject: [PATCH] Removed superfluous conditional include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/string.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/string.h b/include/wx/string.h index 1c0e7c7e1e..0a2ac05888 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -39,10 +39,6 @@ #include #endif -#ifdef __EMX__ - #include -#endif - #if defined(__VISAGECPP__) && __IBMCPP__ >= 400 // problem in VACPP V4 with including stdlib.h multiple times // strconv includes it anyway