Removed superfluous conditional include.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2003-08-24 09:56:16 +00:00
parent 5d66debfce
commit fe5321b6d8

View File

@@ -32,10 +32,6 @@
#include <ctype.h> #include <ctype.h>
#endif #endif
#ifdef __EMX__
#include <std.h>
#endif
#if defined(__VISAGECPP__) && __IBMCPP__ >= 400 #if defined(__VISAGECPP__) && __IBMCPP__ >= 400
// problem in VACPP V4 with including stdlib.h multiple times // problem in VACPP V4 with including stdlib.h multiple times
// strconv includes it anyway // strconv includes it anyway