]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed superfluous conditional include.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 24 Aug 2003 09:56:16 +0000 (09:56 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 24 Aug 2003 09:56:16 +0000 (09:56 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/string.h

index 618b51f855c226a5f32190708c0e94a9a1723af6..d402585c46ee63c096b980705d663b1f75ddac4b 100644 (file)
     #include <ctype.h>
 #endif
 
-#ifdef __EMX__
-    #include <std.h>
-#endif
-
 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
    // problem in VACPP V4 with including stdlib.h multiple times
    // strconv includes it anyway