From fe5321b6d84281825b581ce0a29f55e65342199d 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/trunk@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 618b51f855..d402585c46 100644 --- a/include/wx/string.h +++ b/include/wx/string.h @@ -32,10 +32,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 -- 2.50.0